mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +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);
|
||||
|
||||
if (!strlen($raw)) {
|
||||
return '';
|
||||
user_error('No data received from server');
|
||||
return false;
|
||||
}
|
||||
|
||||
if ($this->decrypt !== false) {
|
||||
|
Loading…
Reference in New Issue
Block a user