Merge pull request #1962 from LordSimal/3.0

fix syntax error
This commit is contained in:
terrafrost 2023-11-23 05:34:54 -06:00 committed by GitHub
commit f71cc096db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3437,7 +3437,7 @@ class SSH2
$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;
}
/**