]> diplodocus.org Git - nmh/blobdiff - uip/rcvdist.c
sbr/dtime.c: Remove struct-assigning twscopy().
[nmh] / uip / rcvdist.c
index a8231e911167c424b6aa4b07f490b45addd5372e..7fd59ec22eb8c03418971ad430e83726acc54c26 100644 (file)
@@ -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 ");