summaryrefslogtreecommitdiffstats
path: root/dyndhcpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'dyndhcpd.c')
-rw-r--r--dyndhcpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dyndhcpd.c b/dyndhcpd.c
index f65f07a..cadf96b 100644
--- a/dyndhcpd.c
+++ b/dyndhcpd.c
@@ -156,7 +156,7 @@ int main(int argc, char ** argv) {
if (ntohl(s_broadcast.s_addr) - ntohl(s_netaddress.s_addr) < 2) {
fprintf(stderr, "We do not have addresses to serve, need a netmask with 30 bit minimum.\n");
- return EXIT_FAILURE;
+ goto out;
}
s_minhost.s_addr = htonl(ntohl(s_netaddress.s_addr) + 1);