mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
telnetd: fix comment
This commit is contained in:
parent
f472b237a1
commit
23c8128916
@ -262,7 +262,7 @@ make_new_session(
|
|||||||
if (pid < 0) {
|
if (pid < 0) {
|
||||||
free(ts);
|
free(ts);
|
||||||
close(fd);
|
close(fd);
|
||||||
/* sock_r and sock_w will be closed by caller */
|
/* sock will be closed by caller */
|
||||||
bb_perror_msg("vfork");
|
bb_perror_msg("vfork");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user