commit | 29c2dcfe1c934f75c87f5a0bc3bf42b2e73f294c | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Apr 04 16:54:14 2019 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Apr 04 16:54:14 2019 +0200 |
tree | d2ed7bbb76d147941989bb9707c2ff095cf62839 | |
parent | c6a8965297f96f63403a1f17606838a0cb4444c5 [diff] [blame] |
telnetd: whitespace fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 @@ buf2[1] = NOP; ts->wridx2 = 0; ts->rdidx2 = ts->size2 = 2; - } + } rc = 2; goto update_and_return; }