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…
Reference in New Issue