1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 12:44:38 +01:00

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:
if ($filter_channel_packets) {
$this->binary_packet_buffer = $payload;
$this->_get_channel_packet(true);
$payload = $this->_get_binary_packet(true);
$this->get_channel_packet(true);
$payload = $this->get_binary_packet(true);
}
break;
case NET_SSH2_MSG_GLOBAL_REQUEST: // see http://tools.ietf.org/html/rfc4254#section-4