Merge branch '3.0'

This commit is contained in:
terrafrost 2023-11-23 05:35:29 -06:00
commit e600b49c54
1 changed files with 1 additions and 1 deletions

View File

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