mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 02:07:09 +00:00
Merge branch 'master' into php5
* master: SSH2: don't remove old $this->bitmap values
This commit is contained in:
commit
ae913d64c3
@ -1035,7 +1035,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