fix bad merge

This commit is contained in:
terrafrost 2024-05-29 09:30:32 -05:00
parent 141e0c8c74
commit b686baf782

View File

@ -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