1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Whitespace fix while I was passing.

[originally from svn r9361]
This commit is contained in:
Simon Tatham 2011-12-08 19:15:54 +00:00
parent 8e9868bda0
commit 69a01afe48

1
ssh.c
View File

@ -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)
newwin = OUR_V2_MAXPKT;
/*
* Only send a WINDOW_ADJUST if there's significantly more window