mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 03:00:26 +09:00
config: Do not parse unsupported ControlPath/ControlMaster
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 82b363f294)
This commit is contained in:
@@ -1350,7 +1350,7 @@ static void torture_options_copy(void **state)
|
||||
assert_string_equal(session->opts.pubkey_accepted_types,
|
||||
new->opts.pubkey_accepted_types);
|
||||
assert_string_equal(session->opts.ProxyCommand, new->opts.ProxyCommand);
|
||||
assert_string_equal(session->opts.control_path, new->opts.control_path);
|
||||
assert_null(new->opts.control_path);
|
||||
/* TODO custombanner */
|
||||
assert_int_equal(session->opts.timeout, new->opts.timeout);
|
||||
assert_int_equal(session->opts.timeout_usec, new->opts.timeout_usec);
|
||||
|
||||
Reference in New Issue
Block a user