SSH2: missed a file in the merge

This commit is contained in:
terrafrost 2015-03-29 10:58:05 -05:00
parent a8e702b34f
commit 33645f5297
1 changed files with 1 additions and 1 deletions

View File

@ -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);