mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-03 20:38:29 +00:00
SSH1: typo
This commit is contained in:
parent
c2be7e6480
commit
6cb500d7c8
@ -1169,7 +1169,7 @@ class Net_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