SSH2: fix bad merge

This commit is contained in:
terrafrost 2017-09-06 00:44:38 -05:00
parent 8d16642469
commit 1fafe157d6

View File

@ -3374,8 +3374,8 @@ class SSH2
case NET_SSH2_MSG_CHANNEL_EOF: case NET_SSH2_MSG_CHANNEL_EOF:
if ($filter_channel_packets) { if ($filter_channel_packets) {
$this->binary_packet_buffer = $payload; $this->binary_packet_buffer = $payload;
$this->_get_channel_packet(true); $this->get_channel_packet(true);
$payload = $this->_get_binary_packet(true); $payload = $this->get_binary_packet(true);
} }
break; break;
case NET_SSH2_MSG_GLOBAL_REQUEST: // see http://tools.ietf.org/html/rfc4254#section-4 case NET_SSH2_MSG_GLOBAL_REQUEST: // see http://tools.ietf.org/html/rfc4254#section-4