SSH2: reset more internal variables when connection is reset

This commit is contained in:
terrafrost 2023-11-22 18:08:38 -06:00
parent be05f4ef1f
commit 8ecd156ce1

View File

@ -3436,6 +3436,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
}
/**