summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-11-24 11:21:31 +0000
committerRoy Marples <roy@marples.name>2008-11-24 11:21:31 +0000
commit95a12dde2a813eeb921499df6b64d56e4adf01ba (patch)
tree3392d2f5457dca7c0069cb57160b13f1843e38d3 /dhcpcd.c
parent74d48421744e227b4086cf2edf27220387d70380 (diff)
downloaddhcpcd-95a12dde2a813eeb921499df6b64d56e4adf01ba.tar.xz
Probably better to exit here.
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
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);
}