fix syntax error

This commit is contained in:
Kevin Pfeifer 2023-11-23 10:05:17 +01:00
parent 8ecd156ce1
commit ad968b2f69

View File

@ -3437,7 +3437,7 @@ class SSH2
$this->retry_connect = true; $this->retry_connect = true;
$this->get_seq_no = $this->send_seq_no = 0; $this->get_seq_no = $this->send_seq_no = 0;
$this->channel_status = []; $this->channel_status = [];
$this->channel_id_last_interactive = 0 $this->channel_id_last_interactive = 0;
} }
/** /**