mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 04:46:26 +01:00
SSH2: 0x7FFFFFFF -> $this->window_size in one more place
This commit is contained in:
parent
0dd929341b
commit
db32efb276
@ -2355,7 +2355,7 @@ class Net_SSH2
|
||||
return true;
|
||||
}
|
||||
|
||||
$this->window_size_server_to_client[NET_SSH2_CHANNEL_SHELL] = 0x7FFFFFFF;
|
||||
$this->window_size_server_to_client[NET_SSH2_CHANNEL_SHELL] = $this->window_size;
|
||||
$packet_size = 0x4000;
|
||||
|
||||
$packet = pack('CNa*N3',
|
||||
|
Loading…
Reference in New Issue
Block a user