mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Back out clearerr fix after discussion in sendmail-bugs,
it gains nothing
This commit is contained in:
parent
06b547f87f
commit
8ae5bda5aa
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue