]> diplodocus.org Git - nmh/blobdiff - uip/mhmail.c
Cope with sasl_decode64() returning SASL_CONTINUE as well as SASL_OK.
[nmh] / uip / mhmail.c
index b5da86c6f583301e27091cd7afda8893ca9d0ee6..f08a583a6494824581473cedc635a4f34844d0ae 100644 (file)
@@ -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))) {