aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpd.c')
-rw-r--r--networking/udhcp/dhcpd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c
index 747472d0c..dd55e70f4 100644
--- a/networking/udhcp/dhcpd.c
+++ b/networking/udhcp/dhcpd.c
@@ -314,9 +314,7 @@ int udhcpd_main(int argc UNUSED_PARAM, char **argv)
314#endif 314#endif
315 opt = getopt32(argv, "fSv" 315 opt = getopt32(argv, "fSv"
316 IF_FEATURE_UDHCP_PORT("P:", &str_P) 316 IF_FEATURE_UDHCP_PORT("P:", &str_P)
317#if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 1 317 IF_UDHCP_VERBOSE(, &dhcp_verbose)
318 , &dhcp_verbose
319#endif
320 ); 318 );
321 if (!(opt & 1)) { /* no -f */ 319 if (!(opt & 1)) { /* no -f */
322 bb_daemonize_or_rexec(0, argv); 320 bb_daemonize_or_rexec(0, argv);