mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-09 07:08:39 +00:00
This commit is contained in:
parent
db324e5d01
commit
05ea3eafb8
@ -4157,7 +4157,9 @@ class Net_SSH2
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->bitmap = 0;
|
$this->bitmap = 0;
|
||||||
fclose($this->fsock);
|
if (is_resource($this->fsock) && get_resource_type($this->fsock) == 'stream') {
|
||||||
|
fclose($this->fsock);
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user