mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
40998159a0
@ -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…
x
Reference in New Issue
Block a user