flush fatal errors when returning error messages to avoid error
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 6 Jul 1982 11:53:43 +0000 (03:53 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 6 Jul 1982 11:53:43 +0000 (03:53 -0800)
message loops

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 3.39

usr/src/usr.sbin/sendmail/src/savemail.c

index dda98b8..fd3c603 100644 (file)
@@ -1,7 +1,7 @@
 # include <pwd.h>
 # include "sendmail.h"
 
 # include <pwd.h>
 # include "sendmail.h"
 
-SCCSID(@(#)savemail.c  3.38            %G%);
+SCCSID(@(#)savemail.c  3.39            %G%);
 
 /*
 **  SAVEMAIL -- Save mail on error
 
 /*
 **  SAVEMAIL -- Save mail on error
@@ -48,6 +48,7 @@ savemail()
                return;
        }
        ForceMail = TRUE;
                return;
        }
        ForceMail = TRUE;
+       FatalErrors = FALSE;
 
        /*
        **  In the unhappy event we don't know who to return the mail
 
        /*
        **  In the unhappy event we don't know who to return the mail