mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 19:54:57 +00:00
SSH2: reset more internal variables when connection is reset
This commit is contained in:
parent
be05f4ef1f
commit
8ecd156ce1
@ -3436,6 +3436,8 @@ class SSH2
|
|||||||
$this->session_id = false;
|
$this->session_id = false;
|
||||||
$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_id_last_interactive = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user