fix syntax error

This commit is contained in:
Kevin Pfeifer 2023-11-23 10:05:17 +01:00
parent 8ecd156ce1
commit ad968b2f69
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
/**