mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-04 20:47:54 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
0b4484a107
@ -3335,7 +3335,7 @@ class SSH2
|
|||||||
$read = array($this->fsock);
|
$read = array($this->fsock);
|
||||||
$write = $except = null;
|
$write = $except = null;
|
||||||
|
|
||||||
if ($this->curTimeout <= 0) {
|
if (!$this->curTimeout) {
|
||||||
if ($this->keepAlive <= 0) {
|
if ($this->keepAlive <= 0) {
|
||||||
@stream_select($read, $write, $except, null);
|
@stream_select($read, $write, $except, null);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user