Merge branch '3.0'

This commit is contained in:
terrafrost 2023-11-22 18:09:07 -06:00
commit 11bde49f67
1 changed files with 2 additions and 0 deletions

View File

@ -3101,6 +3101,8 @@ class SSH2
$this->session_id = false;
$this->retry_connect = true;
$this->get_seq_no = $this->send_seq_no = 0;
$this->channel_status = [];
$this->channel_id_last_interactive = 0
}
/**