Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2021-11-11 19:17:17 -06:00
commit cee791820c

View File

@ -3520,7 +3520,8 @@ class SSH2
$raw = stream_get_contents($this->fsock, $this->decrypt_block_size);
if (!strlen($raw)) {
return '';
user_error('No data received from server');
return false;
}
if ($this->decrypt !== false) {