mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
fix bad merge
This commit is contained in:
parent
141e0c8c74
commit
b686baf782
@ -3490,7 +3490,7 @@ class SSH2
|
|||||||
$this->supported_private_key_algorithms = explode(',', $extension_value);
|
$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
|
// 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
|
||||||
|
Loading…
Reference in New Issue
Block a user