aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r--networking/telnetd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c
index 0805e464f..bfeea1400 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -21,7 +21,7 @@
21 * Set process group corrections, initial busybox port 21 * Set process group corrections, initial busybox port
22 */ 22 */
23//config:config TELNETD 23//config:config TELNETD
24//config: bool "telnetd (12 kb)" 24//config: bool "telnetd (13 kb)"
25//config: default y 25//config: default y
26//config: select FEATURE_SYSLOG 26//config: select FEATURE_SYSLOG
27//config: help 27//config: help
@@ -571,7 +571,7 @@ make_new_session(
571 BB_EXECVP(G.loginpath, (char **)login_argv); 571 BB_EXECVP(G.loginpath, (char **)login_argv);
572 /* _exit is safer with vfork, and we shouldn't send message 572 /* _exit is safer with vfork, and we shouldn't send message
573 * to remote clients anyway */ 573 * to remote clients anyway */
574 _exit(EXIT_FAILURE); /*bb_perror_msg_and_die("execv %s", G.loginpath);*/ 574 _exit_FAILURE(); /*bb_perror_msg_and_die("execv %s", G.loginpath);*/
575} 575}
576 576
577#if ENABLE_FEATURE_TELNETD_STANDALONE 577#if ENABLE_FEATURE_TELNETD_STANDALONE