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:
c6a8965
)
telnetd: whitespace fix
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 4 Apr 2019 14:54:14 +0000
(16:54 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 4 Apr 2019 14:54:14 +0000
(16:54 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/telnetd.c
patch
|
blob
|
history
diff --git
a/networking/telnetd.c
b/networking/telnetd.c
index e94d3bd3d1ebdfeaa8c711cf098c61e196820787..6abecbde2292c29748e9088e66d4421ff21dff40 100644
(file)
--- a/
networking/telnetd.c
+++ b/
networking/telnetd.c
@@
-285,7
+285,7
@@
safe_write_to_pty_decode_iac(struct tsession *ts)
buf2[1] = NOP;
ts->wridx2 = 0;
ts->rdidx2 = ts->size2 = 2;
-
}
+ }
rc = 2;
goto update_and_return;
}