centreon::plugins::nrpe - fix variable for ssl_opt option (#3975)

Fix ssl_opt variable when calling centreon::plugins::misc::eval_ssl_options
This commit is contained in:
Grégory Marigot 2022-10-11 16:20:21 +02:00 committed by GitHub
parent 3d33ee61f1
commit 502970faf5
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ sub check_options {
$self->{ssl_context} = centreon::plugins::misc::eval_ssl_options(
output => $self->{output},
ssl_opt => $self->{option_results}->{ssl_opt}
ssl_opt => $options{option_results}->{ssl_opt}
);
}