From 1fafe157d61763234ed0971f9e5f4b2d41c06d4b Mon Sep 17 00:00:00 2001 From: terrafrost Date: Wed, 6 Sep 2017 00:44:38 -0500 Subject: [PATCH] SSH2: fix bad merge --- phpseclib/Net/SSH2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index ba44789c..4c809f78 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -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