mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 18:18:05 +01:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
6b0f0b4896
@ -3108,6 +3108,9 @@ class SFTP extends SSH2
|
||||
$this->packet_buffer = '';
|
||||
return false;
|
||||
}
|
||||
if ($temp === false) {
|
||||
return false;
|
||||
}
|
||||
$this->packet_buffer.= $temp;
|
||||
}
|
||||
if (strlen($this->packet_buffer) < 4) {
|
||||
|
Loading…
Reference in New Issue
Block a user