fix gebackport for master of phpseclib

This commit is contained in:
Tim Schoondergang 2024-06-21 12:48:11 +02:00
parent d934e84e58
commit 827c3333c1

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;