X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6840e8ab4e69caead96fced2ae896f778651d113..64c1e9c1845f4a3531d5a64c1233fda03ae284ae:/uip/rcvdist.c diff --git a/uip/rcvdist.c b/uip/rcvdist.c index a8231e91..7fd59ec2 100644 --- a/uip/rcvdist.c +++ b/uip/rcvdist.c @@ -1,6 +1,4 @@ - -/* - * rcvdist.c -- asynchronously redistribute messages +/* rcvdist.c -- asynchronously redistribute messages * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -129,7 +127,8 @@ main (int argc, char **argv) sleep (5); switch (child_id) { case NOTOK: - admonish (NULL, "unable to fork");/* fall */ + inform("unable to fork, continuing..."); + /* FALLTHRU */ case OK: execvp (program, vec); fprintf (stderr, "unable to exec ");