INN commit: trunk/frontends (mailpost.in)

INN Commit Russ_Allbery at isc.org
Fri Feb 27 18:54:28 UTC 2009


    Date: Friday, February 27, 2009 @ 10:54:27
  Author: iulius
Revision: 8359

Return a non-zero exit status on error.

Modified:
  trunk/frontends/mailpost.in

-------------+
 mailpost.in |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: mailpost.in
===================================================================
--- mailpost.in	2009-02-27 18:50:53 UTC (rev 8358)
+++ mailpost.in	2009-02-27 18:54:27 UTC (rev 8359)
@@ -510,8 +510,9 @@
     close SENDMAIL ;
     
 #    unlink $tmpfile ;
-    
-    exit (0) ;			# Using a non-zero exit may cause problems.
+
+    # We use here a non-zero exit.  It should normally not cause problems.
+    exit(1);
 }
 
 




More information about the inn-committers mailing list