aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/telnetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c
index 96620d949..eb3701133 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -415,7 +415,7 @@ int telnetd_main(int argc, char **argv)
415 /*bb_error_msg("listening for connections");*/ 415 /*bb_error_msg("listening for connections");*/
416 if (!(opt & OPT_FOREGROUND)) { 416 if (!(opt & OPT_FOREGROUND)) {
417 /* DAEMON_CHDIR_ROOT was giving inconsistent 417 /* DAEMON_CHDIR_ROOT was giving inconsistent
418 * behavior with/wthout -F, -i */ 418 * behavior with/without -F, -i */
419 bb_daemonize_or_rexec(0 /*DAEMON_CHDIR_ROOT*/, argv); 419 bb_daemonize_or_rexec(0 /*DAEMON_CHDIR_ROOT*/, argv);
420 } 420 }
421 } 421 }