mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
Merge pull request #417 from terrafrost/ssh2-bitmap
SSH2: don't remove old $this->bitmap values * terrafrost/ssh2-bitmap: SSH2: don't remove old $this->bitmap values
This commit is contained in:
commit
36baab1db4
@ -1038,7 +1038,7 @@ class Net_SSH2
|
||||
return false;
|
||||
}
|
||||
|
||||
$this->bitmap = NET_SSH2_MASK_CONNECTED;
|
||||
$this->bitmap|= NET_SSH2_MASK_CONNECTED;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user