mirror of https://github.com/mirror/busybox.git
telnetd: whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_31_stable
parent
c6a8965297
commit
29c2dcfe1c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue