Back out clearerr fix after discussion in sendmail-bugs,

it gains nothing
This commit is contained in:
Andrey A. Chernov 1997-02-14 02:44:45 +00:00
parent 06b547f87f
commit 8ae5bda5aa

View file

@ -199,8 +199,7 @@ collect(fp, smtpmode, requeueflag, hdrp, e)
c = getc(fp);
if (errno != EINTR)
break;
if (c != EOF)
clearerr(fp);
clearerr(fp);
}
CollectProgress = TRUE;
if (TrafficLogFile != NULL && !headeronly)