projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f472b23
)
telnetd: fix comment
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 16 Oct 2007 22:01:23 +0000
(22:01 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 16 Oct 2007 22:01:23 +0000
(22:01 -0000)
networking/telnetd.c
patch
|
blob
|
history
diff --git
a/networking/telnetd.c
b/networking/telnetd.c
index f06bff8b95f4827019ad7801b3a16a8762bc86eb..8cadc634452d3864efe0d0c33f3756d18d15153d 100644
(file)
--- a/
networking/telnetd.c
+++ b/
networking/telnetd.c
@@
-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;
}