]> diplodocus.org Git - nmh/blobdiff - mts/smtp/smtp.c
mhlsbr.c: Delete file-static function pointer mhl_action.
[nmh] / mts / smtp / smtp.c
index 2f57483d61be82ab1ef4e6f1ff586c5c12e10664..c7d95073fccbc8ec976babbbba28af8976ebb77c 100644 (file)
@@ -339,7 +339,7 @@ sendmail_init (char *client, int watch, int verbose, int debug, int sasl,
            execvp (sendmail, vec);
            fprintf (stderr, "unable to exec ");
            perror (sendmail);
            execvp (sendmail, vec);
            fprintf (stderr, "unable to exec ");
            perror (sendmail);
-           _exit (-1);         /* NOTREACHED */
+           _exit(1);           /* NOTREACHED */
 
        default: 
            SIGNAL (SIGPIPE, SIG_IGN);
 
        default: 
            SIGNAL (SIGPIPE, SIG_IGN);