mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-12 09:09:39 +01: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)));
|
extract(unpack('Nlength', $this->_string_shift($response, 4)));
|
||||||
$data = $this->_string_shift($response, $length);
|
$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);
|
$agent_response = $this->agent->_forward_data($data);
|
||||||
if (!is_bool($agent_response)) {
|
if (!is_bool($agent_response)) {
|
||||||
$this->_send_channel_packet($channel, $agent_response);
|
$this->_send_channel_packet($channel, $agent_response);
|
||||||
|
Loading…
Reference in New Issue
Block a user