Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2020-08-17 07:29:12 -05:00
commit f0710fc77e

View File

@ -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')) {