X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9a33ff618b5901a3af815650d4b84d39ee96e529..386656ec3d9a80184f380a77169dc0a16bad89d5:/uip/mhmail.c diff --git a/uip/mhmail.c b/uip/mhmail.c index b5da86c6..f08a583a 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -173,7 +173,7 @@ main (int argc, char **argv) if (child_id == NOTOK) { /* report failure and then send it */ - admonish (NULL, "unable to fork"); + adios (NULL, "unable to fork"); } else if (child_id) { /* parent process */ if ((status = pidXwait(child_id, postproc))) {