mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 08:10:58 +00:00
SSH2: missed a file in the merge
This commit is contained in:
parent
a8e702b34f
commit
33645f5297
@ -3029,7 +3029,7 @@ class SSH2
|
||||
extract(unpack('Nlength', $this->_string_shift($response, 4)));
|
||||
$data = $this->_string_shift($response, $length);
|
||||
|
||||
if ($channel == NET_SSH2_CHANNEL_AGENT_FORWARD) {
|
||||
if ($channel == self::CHANNEL_AGENT_FORWARD) {
|
||||
$agent_response = $this->agent->_forward_data($data);
|
||||
if (!is_bool($agent_response)) {
|
||||
$this->_send_channel_packet($channel, $agent_response);
|
||||
|
Loading…
Reference in New Issue
Block a user