mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +02:00
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:
parent
3d33ee61f1
commit
502970faf5
@ -90,7 +90,7 @@ sub check_options {
|
|||||||
|
|
||||||
$self->{ssl_context} = centreon::plugins::misc::eval_ssl_options(
|
$self->{ssl_context} = centreon::plugins::misc::eval_ssl_options(
|
||||||
output => $self->{output},
|
output => $self->{output},
|
||||||
ssl_opt => $self->{option_results}->{ssl_opt}
|
ssl_opt => $options{option_results}->{ssl_opt}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user