-
-/*
- * 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
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 ");