Skip to content

Commit

Permalink
Merge branch '3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Nov 23, 2023
2 parents c6f25cc + 8ecd156 commit 11bde49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpseclib/Net/SSH2.php
Expand Up @@ -3101,6 +3101,8 @@ protected function reset_connection(int $reason): void
$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
}

/**
Expand Down

0 comments on commit 11bde49

Please sign in to comment.