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 f06bff8b9..8cadc6344 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -262,7 +262,7 @@ make_new_session(
262 if (pid < 0) { 262 if (pid < 0) {
263 free(ts); 263 free(ts);
264 close(fd); 264 close(fd);
265 /* sock_r and sock_w will be closed by caller */ 265 /* sock will be closed by caller */
266 bb_perror_msg("vfork"); 266 bb_perror_msg("vfork");
267 return NULL; 267 return NULL;
268 } 268 }