diff options
author | Anderson Toshiyuki Sasaki <ansasaki@redhat.com> | 2020-04-22 14:36:31 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-25 00:53:11 +0200 |
commit | 7bc709f670237fbee49e24bc96ec3f190b8fc539 (patch) | |
tree | 16f3644cd9d698d6a019e524a1b345e8ed35c9fa /tests/data/test96 | |
parent | 11091cd4d2e86a47164604bf0b58781da9c1297b (diff) |
libssh: avoid options override by configuration files
Previously, options set explicitly through command line options could be
overridden by the configuration files parsed automatically when
ssh_connect() was called.
By calling ssh_options_parse_config() explicitly, the configuration
files are parsed before setting the options, avoiding the options
override. Once the configuration files are parsed, the automatic
configuration parsing is not executed.
Fixes #4972
Closes #5283
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Diffstat (limited to 'tests/data/test96')
0 files changed, 0 insertions, 0 deletions