telnetd: whitespace fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2019-04-04 16:54:14 +02:00
parent c6a8965297
commit 29c2dcfe1c

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