mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -05:00
Whitespace fix while I was passing.
[originally from svn r9361]
This commit is contained in:
parent
8e9868bda0
commit
69a01afe48
1
ssh.c
1
ssh.c
@ -6564,7 +6564,6 @@ static void ssh2_set_window(struct ssh_channel *c, int newwin)
|
|||||||
*/
|
*/
|
||||||
if ((ssh->remote_bugs & BUG_SSH2_MAXPKT) && newwin > OUR_V2_MAXPKT)
|
if ((ssh->remote_bugs & BUG_SSH2_MAXPKT) && newwin > OUR_V2_MAXPKT)
|
||||||
newwin = OUR_V2_MAXPKT;
|
newwin = OUR_V2_MAXPKT;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Only send a WINDOW_ADJUST if there's significantly more window
|
* Only send a WINDOW_ADJUST if there's significantly more window
|
||||||
|
Loading…
x
Reference in New Issue
Block a user