mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 18:18:05 +01:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
fe6e2b9bfe
@ -5173,7 +5173,7 @@ class SSH2
|
|||||||
* @see https://tools.ietf.org/html/rfc4252#section-5.1
|
* @see https://tools.ietf.org/html/rfc4252#section-5.1
|
||||||
* @return array|null
|
* @return array|null
|
||||||
*/
|
*/
|
||||||
public function getAuthMethodsToContinue()
|
function getAuthMethodsToContinue()
|
||||||
{
|
{
|
||||||
return $this->auth_methods_to_continue;
|
return $this->auth_methods_to_continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user