From b686baf782d1a4eea204de8d3ab75a9a953cc9a3 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Wed, 29 May 2024 09:30:32 -0500 Subject: [PATCH] fix bad merge --- phpseclib/Net/SSH2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index 75c592da..8f352618 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -3490,7 +3490,7 @@ class SSH2 $this->supported_private_key_algorithms = explode(',', $extension_value); } } - $payload = $this->get_binary_packet($skip_channel_filter); + $payload = $this->get_binary_packet(); } // see http://tools.ietf.org/html/rfc4252#section-5.4; only called when the encryption has been activated and when we haven't already logged in