From: Roy Marples Date: Mon, 24 Nov 2008 11:21:31 +0000 (+0000) Subject: Probably better to exit here. X-Git-Tag: v5.0.0~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a12dde2a813eeb921499df6b64d56e4adf01ba;p=thirdparty%2Fdhcpcd.git Probably better to exit here. --- diff --git a/dhcpcd.c b/dhcpcd.c index 3d6120be..92a92ba9 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -1356,5 +1356,5 @@ main(int argc, char **argv) start_interface(iface); } start_eloop(); - /* NOTREACHED */ + exit(EXIT_SUCCESS); }