aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r--networking/telnetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c
index 6abecbde2..29f805de7 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -495,7 +495,7 @@ make_new_session(
495 free(ts); 495 free(ts);
496 close(fd); 496 close(fd);
497 /* sock will be closed by caller */ 497 /* sock will be closed by caller */
498 bb_perror_msg("vfork"); 498 bb_simple_perror_msg("vfork");
499 return NULL; 499 return NULL;
500 } 500 }
501 if (pid > 0) { 501 if (pid > 0) {