mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-05 13:28:27 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
cee791820c
@ -3520,7 +3520,8 @@ class SSH2
|
|||||||
$raw = stream_get_contents($this->fsock, $this->decrypt_block_size);
|
$raw = stream_get_contents($this->fsock, $this->decrypt_block_size);
|
||||||
|
|
||||||
if (!strlen($raw)) {
|
if (!strlen($raw)) {
|
||||||
return '';
|
user_error('No data received from server');
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->decrypt !== false) {
|
if ($this->decrypt !== false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user