mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 04:46:26 +01:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
f0710fc77e
@ -3964,7 +3964,7 @@ class SSH2
|
||||
$packet.= $hmac;
|
||||
|
||||
$start = microtime(true);
|
||||
$result = strlen($packet) == fputs($this->fsock, $packet);
|
||||
$result = strlen($packet) == @fputs($this->fsock, $packet);
|
||||
$stop = microtime(true);
|
||||
|
||||
if (defined('NET_SSH2_LOGGING')) {
|
||||
|
Loading…
Reference in New Issue
Block a user