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:
terrafrost 2024-06-22 13:30:22 -05:00 committed by GitHub
commit 6737e99550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;