diff options
author | Denys Vlasenko | 2019-04-04 16:54:14 +0200 |
---|---|---|
committer | Denys Vlasenko | 2019-04-04 16:54:14 +0200 |
commit | 29c2dcfe1c934f75c87f5a0bc3bf42b2e73f294c (patch) | |
tree | d2ed7bbb76d147941989bb9707c2ff095cf62839 /networking | |
parent | c6a8965297f96f63403a1f17606838a0cb4444c5 (diff) | |
download | busybox-29c2dcfe1c934f75c87f5a0bc3bf42b2e73f294c.zip busybox-29c2dcfe1c934f75c87f5a0bc3bf42b2e73f294c.tar.gz |
telnetd: whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/telnetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c index e94d3bd..6abecbd 100644 --- 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; } |