mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 08:10:58 +00:00
SSH2: != -> |=
This commit is contained in:
parent
8f08301744
commit
6fcfe5c885
@ -1757,7 +1757,7 @@ class Net_SSH2
|
|||||||
function login($username)
|
function login($username)
|
||||||
{
|
{
|
||||||
if (!($this->bitmap & NET_SSH2_MASK_CONSTRUCTOR)) {
|
if (!($this->bitmap & NET_SSH2_MASK_CONSTRUCTOR)) {
|
||||||
$this->bitmap != NET_SSH2_MASK_CONSTRUCTOR;
|
$this->bitmap |= NET_SSH2_MASK_CONSTRUCTOR;
|
||||||
if (!$this->_connect()) {
|
if (!$this->_connect()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user