SSH2: don't remove old $this->bitmap values

This commit is contained in:
terrafrost 2014-07-21 16:41:39 -05:00
parent e0e67a602b
commit 9dd3db4a49

View File

@ -1038,7 +1038,7 @@ class Net_SSH2
return false; return false;
} }
$this->bitmap = NET_SSH2_MASK_CONNECTED; $this->bitmap|= NET_SSH2_MASK_CONNECTED;
return true; return true;
} }