Merge branch '3.0'

This commit is contained in:
terrafrost 2021-11-08 06:45:02 -06:00
commit 213fa40c94

View File

@ -3452,7 +3452,7 @@ class SFTP extends SSH2
*/ */
public function getSupportedVersions() public function getSupportedVersions()
{ {
if (!($this->bitmap & NET_SSH2_MASK_LOGIN)) { if (!($this->bitmap & SSH2::MASK_LOGIN)) {
return false; return false;
} }