mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-05 05:18:28 +00:00
SSH2: fix bad merge
This commit is contained in:
parent
8d16642469
commit
1fafe157d6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user