telnetd: whitespace fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
1_31_stable
Denys Vlasenko 2019-04-04 16:54:14 +02:00
parent c6a8965297
commit 29c2dcfe1c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}