From 0399faa86b9c046be49a9deed2b28d28936afc13 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Wed, 16 Dec 2020 09:10:35 -0600 Subject: [PATCH] SSH2: syntax error --- 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 5ebad708..ca559af5 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -3761,7 +3761,7 @@ class Net_SSH2 $this->binary_packet_buffer = false; } else { $response = $this->_get_binary_packet(true); - if ($response === true && $this->is_timeout)) { + if ($response === true && $this->is_timeout) { if ($client_channel == NET_SSH2_CHANNEL_EXEC && !$this->request_pty) { $this->_close_channel($client_channel); }