mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
telnetd: whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
c6a8965297
commit
29c2dcfe1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue