mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-28 01:28:27 +00:00
fix syntax error
This commit is contained in:
parent
8ecd156ce1
commit
ad968b2f69
@ -3437,7 +3437,7 @@ class SSH2
|
|||||||
$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_status = [];
|
||||||
$this->channel_id_last_interactive = 0
|
$this->channel_id_last_interactive = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user