mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 08:10:58 +00:00
SSH1: typo
This commit is contained in:
parent
c2be7e6480
commit
6cb500d7c8
@ -1169,7 +1169,7 @@ class Net_SSH1
|
||||
|
||||
while ($length > 0) {
|
||||
$temp = fread($this->fsock, $length);
|
||||
if (stlren($temp) != $length) {
|
||||
if (strlen($temp) != $length) {
|
||||
return false;
|
||||
}
|
||||
$raw.= $temp;
|
||||
|
Loading…
Reference in New Issue
Block a user