mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 18:55:13 +00:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
9f09f482ba
@ -1124,7 +1124,7 @@ class SSH1
|
|||||||
|
|
||||||
while ($length > 0) {
|
while ($length > 0) {
|
||||||
$temp = fread($this->fsock, $length);
|
$temp = fread($this->fsock, $length);
|
||||||
if (stlren($temp) != $length) {
|
if (strlen($temp) != $length) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$raw.= $temp;
|
$raw.= $temp;
|
||||||
|
Loading…
Reference in New Issue
Block a user