telnetd: fix comment
This commit is contained in:
parent
f472b237a1
commit
23c8128916
@ -262,7 +262,7 @@ make_new_session(
|
||||
if (pid < 0) {
|
||||
free(ts);
|
||||
close(fd);
|
||||
/* sock_r and sock_w will be closed by caller */
|
||||
/* sock will be closed by caller */
|
||||
bb_perror_msg("vfork");
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user