mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-13 18:02:58 +00:00
SSH2: fix issue with reconnecting via ping()
This commit is contained in:
parent
849f997633
commit
f111bf94b6
@ -3408,7 +3408,7 @@ class Net_SSH2
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
foreach ($this->auth as $auth) {
|
foreach ($this->auth as $auth) {
|
||||||
$result = call_user_func_array(array(&$this, 'parent::login'), $auth);
|
$result = call_user_func_array(array(&$this, 'login'), $auth);
|
||||||
}
|
}
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user