]> diplodocus.org Git - nmh/blobdiff - mts/smtp/smtp.c
mhlsbr.c: Delete file-static function pointer mhl_action.
[nmh] / mts / smtp / smtp.c
index f9500bc625230caf3eca92bba645301b671fc694..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);
-           _exit (-1);         /* NOTREACHED */
+           _exit(1);           /* NOTREACHED */
 
        default: 
            SIGNAL (SIGPIPE, SIG_IGN);
@@ -935,7 +935,7 @@ EHLOset (char *s)
        }
     }
 
-    return 0;
+    return NULL;
 }
 
 /*