mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 09:42:25 +00: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
@ -6565,7 +6565,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
|
||||
* available than the other end thinks there is. This saves us
|
||||
|
Loading…
Reference in New Issue
Block a user