mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
SFTP: getSupportedVersions() call didn't work
This commit is contained in:
parent
9fb26d478a
commit
f92a58c83c
@ -3697,7 +3697,7 @@ class SFTP extends SSH2
|
|||||||
*/
|
*/
|
||||||
function getSupportedVersions()
|
function getSupportedVersions()
|
||||||
{
|
{
|
||||||
if (!($this->bitmap & NET_SSH2_MASK_LOGIN)) {
|
if (!($this->bitmap & SSH2::MASK_LOGIN)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user