From: sgunderson@bigfoot.com <> Date: Tue, 13 Feb 2007 19:41:51 +0000 (+0100) Subject: Actually abort if we have no list. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f37bf230ab686ac4c964758666406afa1319d0b7;p=jam Actually abort if we have no list. --- diff --git a/jam.c b/jam.c index 4836410..f7417e3 100644 --- a/jam.c +++ b/jam.c @@ -393,6 +393,7 @@ int main(int argc, char **argv) if (destinations == NULL || sources == NULL) { fprintf(stderr, "Missing or empty source or destination host list. Aborting.\n"); + exit(1); } if (do_listen) {