diff options
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r-- | networking/udhcp/dhcpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 903f3d326..e9f99e39c 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c | |||
@@ -280,7 +280,7 @@ int udhcpc_main(int argc UNUSED_PARAM, char **argv) | |||
280 | /* on NOMMU reexec (i.e., background) early */ | 280 | /* on NOMMU reexec (i.e., background) early */ |
281 | if (!(opt & OPT_f)) { | 281 | if (!(opt & OPT_f)) { |
282 | bb_daemonize_or_rexec(0 /* flags */, argv); | 282 | bb_daemonize_or_rexec(0 /* flags */, argv); |
283 | logmode = 0; | 283 | logmode = LOGMODE_NONE; |
284 | } | 284 | } |
285 | #endif | 285 | #endif |
286 | if (opt & OPT_S) { | 286 | if (opt & OPT_S) { |