]> diplodocus.org Git - nmh/blobdiff - uip/whom.c
Fix bug in advertise("", "", "foo", ap).
[nmh] / uip / whom.c
index 411c4770e13dde7f6a49ca99be42adb16c98f2e4..d1feb9fed2408247828e37e5fa1f2ae7feebb2f9 100644 (file)
@@ -182,7 +182,8 @@ main (int argc, char **argv)
 
     switch (distsw ? child_id : OK) {
        case NOTOK:
-           advise (NULL, "unable to fork, so checking directly...");
+           inform("unable to fork, so checking directly...");
+           /* FALLTHRU */
        case OK:
            execvp (postproc, vec);
            fprintf (stderr, "unable to exec ");