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 11bde49 + f71cc09 commit e600b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpseclib/Net/SSH2.php
Expand Up @@ -3102,7 +3102,7 @@ protected function reset_connection(int $reason): void
$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;
}

/**
Expand Down

0 comments on commit e600b49

Please sign in to comment.