SSH2: 0x7FFFFFFF -> $this->window_size in one more place

This commit is contained in:
terrafrost 2014-05-26 17:57:14 -05:00
parent 0dd929341b
commit db32efb276

View File

@ -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',