mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-04 18:48:24 +01:00
SSH2: CS adjustments
This commit is contained in:
parent
13b9663ac6
commit
878526d7c9
@ -3429,7 +3429,7 @@ class SSH2
|
|||||||
$fdict = boolval($flg & 0x20);
|
$fdict = boolval($flg & 0x20);
|
||||||
$flevel = ($flg & 0xC0) >> 6;
|
$flevel = ($flg & 0xC0) >> 6;
|
||||||
|
|
||||||
$this->decompress_context = inflate_init(ZLIB_ENCODING_RAW, array('window' => $cinfo + 8));
|
$this->decompress_context = inflate_init(ZLIB_ENCODING_RAW, ['window' => $cinfo + 8]);
|
||||||
$payload = substr($payload, 2);
|
$payload = substr($payload, 2);
|
||||||
}
|
}
|
||||||
if ($this->decompress_context) {
|
if ($this->decompress_context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user