SSH2: update isAuthenticated to work with 2.0 / master branches

This commit is contained in:
terrafrost 2015-12-16 09:21:37 -06:00
parent d17aeffc04
commit 600f9c4e4b

View File

@ -2870,7 +2870,7 @@ class SSH2
*/ */
function isAuthenticated() function isAuthenticated()
{ {
return (bool) ($this->bitmap & NET_SSH2_MASK_LOGIN); return (bool) ($this->bitmap & self::MASK_LOGIN);
} }
/** /**