mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-08 14:51:00 +00:00
Merge pull request #2011 from timmit-nl/bugfix-undefined-variable-stop-for-master
fix #2010 back-ported for master of phpseclib
This commit is contained in:
commit
6737e99550
@ -3369,7 +3369,7 @@ class SSH2
|
||||
? "SSH_MSG_$constantName"
|
||||
: "UNKNOWN ($value)",
|
||||
round($current - $this->last_packet, 4),
|
||||
round($stop - $start, 4)
|
||||
round($elapsed, 4)
|
||||
);
|
||||
$this->append_log($message_number, $payload);
|
||||
$this->last_packet = $current;
|
||||
|
Loading…
Reference in New Issue
Block a user