mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-04 16:46:32 -04:00
Fix typo
This commit is contained in:
parent
fa4a03e1a8
commit
a2e9ade442
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ int main(int argc, char **argv) {
|
|||
tls_connection_result = mp_set_subcheck_state(tls_connection_result, result);
|
||||
|
||||
if (result == STATE_OK) {
|
||||
xasprintf(&tls_connection_result.output, "TLS connection succeded");
|
||||
xasprintf(&tls_connection_result.output, "TLS connection succeeded");
|
||||
|
||||
if (config.check_cert) {
|
||||
result = np_net_ssl_check_cert(config.days_till_exp_warn, config.days_till_exp_crit);
|
||||
|
|
|
|||
Loading…
Reference in a new issue