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