Bug in fetch.c:doit?

malc <[email protected]> Mon, 17 Oct 2005 21:19:44 +0400 (MSD)
Newsgroups gmane.comp.djb.publicfile
Message-ID <[email protected]>
fetch.c:doit 123..128

 	r = read(fdfile,inbuf,sizeof inbuf);
 	if (r == -1) {
 	  if (errno = error_intr) continue;
 	  _exit(23);
 	}

As far as i can see, it will always continue on error.

-- 
mailto:[email protected]