SSH2: adjustments for 2.0 branch

This commit is contained in:
terrafrost 2021-01-12 23:20:47 -06:00
parent dc7f8dafbc
commit 2eae2989f4
1 changed files with 1 additions and 1 deletions

View File

@ -2636,7 +2636,7 @@ class SSH2
$this->_updateLogHistory('UNKNOWN (60)', 'NET_SSH2_MSG_USERAUTH_PK_OK');
break;
case NET_SSH2_MSG_USERAUTH_SUCCESS:
$this->bitmap |= NET_SSH2_MASK_LOGIN;
$this->bitmap |= self::MASK_LOGIN;
return true;
default:
user_error('Unexpected response to publickey authentication pt 1');