From ad968b2f6979e5f51a547fba5daa12dc9b63f89f Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Thu, 23 Nov 2023 10:05:17 +0100 Subject: [PATCH] fix syntax error --- phpseclib/Net/SSH2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index b1ce4b9c..57edc48c 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -3437,7 +3437,7 @@ class SSH2 $this->retry_connect = true; $this->get_seq_no = $this->send_seq_no = 0; $this->channel_status = []; - $this->channel_id_last_interactive = 0 + $this->channel_id_last_interactive = 0; } /**