From: Roy Marples Date: Tue, 24 Aug 2010 13:35:15 +0000 (+0000) Subject: Don't need this. X-Git-Tag: v5.2.9~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d48c85ddd6e0e5aeae5bf175213322a855d6974c;p=thirdparty%2Fdhcpcd.git Don't need this. --- diff --git a/dhcpcd.c b/dhcpcd.c index 1678e5eb..8bfa8dd7 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -1796,7 +1796,7 @@ main(int argc, char **argv) exit(EXIT_SUCCESS); } - if (!(options & (DHCPCD_MASTER | DHCPCD_TEST | DHCPCD_DUMPLEASE))) { + if (!(options & (DHCPCD_MASTER | DHCPCD_TEST))) { control_fd = open_control(); if (control_fd != -1) { syslog(LOG_INFO,