diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-20 14:04:30 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-20 14:04:30 +0000 |
commit | c52248e41ce50bd3fa684d19b2bce4320267dc44 (patch) | |
tree | 6c53a42b343804fc1a6ccbc6a3f00fa2e878f14f /miscutils/crond.c | |
parent | 3c96d0258c4f3321a8fef850587f55ff56032860 (diff) | |
download | busybox-w32-c52248e41ce50bd3fa684d19b2bce4320267dc44.tar.gz busybox-w32-c52248e41ce50bd3fa684d19b2bce4320267dc44.tar.bz2 busybox-w32-c52248e41ce50bd3fa684d19b2bce4320267dc44.zip |
small NOMMU fixes
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r-- | miscutils/crond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index fcfc120f0..ba9cf3581 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -175,7 +175,7 @@ int crond_main(int argc ATTRIBUTE_UNUSED, char **argv) | |||
175 | if (!(opt & OPT_f)) { | 175 | if (!(opt & OPT_f)) { |
176 | /* close stdin, stdout, stderr. | 176 | /* close stdin, stdout, stderr. |
177 | * close unused descriptors - don't need them. */ | 177 | * close unused descriptors - don't need them. */ |
178 | bb_daemonize_or_rexec(DAEMON_CLOSE_EXTRA_FDS, av); | 178 | bb_daemonize_or_rexec(DAEMON_CLOSE_EXTRA_FDS, argv); |
179 | } | 179 | } |
180 | 180 | ||
181 | if (!DebugOpt && LogFile == NULL) { | 181 | if (!DebugOpt && LogFile == NULL) { |