diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
commit | 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch) | |
tree | 7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /networking/udhcp/dhcpd.c | |
parent | 4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff) | |
download | busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.bz2 busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip |
whitespace fixes
Diffstat (limited to 'networking/udhcp/dhcpd.c')
-rw-r--r-- | networking/udhcp/dhcpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c index 9f96e8bd1..778121b61 100644 --- a/networking/udhcp/dhcpd.c +++ b/networking/udhcp/dhcpd.c | |||
@@ -37,8 +37,8 @@ int udhcpd_main(int argc, char **argv) | |||
37 | //Huh, dhcpd don't have --foreground, --syslog options?? TODO | 37 | //Huh, dhcpd don't have --foreground, --syslog options?? TODO |
38 | 38 | ||
39 | if (!ENABLE_FEATURE_UDHCP_DEBUG) { | 39 | if (!ENABLE_FEATURE_UDHCP_DEBUG) { |
40 | bb_daemonize_or_rexec(DAEMON_CHDIR_ROOT, argv); | 40 | bb_daemonize_or_rexec(DAEMON_CHDIR_ROOT, argv); |
41 | logmode &= ~LOGMODE_STDIO; | 41 | logmode &= ~LOGMODE_STDIO; |
42 | } | 42 | } |
43 | 43 | ||
44 | if (ENABLE_FEATURE_UDHCP_SYSLOG) { | 44 | if (ENABLE_FEATURE_UDHCP_SYSLOG) { |