diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/check_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 2cc6c398..2878fd60 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
| @@ -265,7 +265,7 @@ int main(int argc, char **argv) { | |||
| 265 | tls_connection_result = mp_set_subcheck_state(tls_connection_result, result); | 265 | tls_connection_result = mp_set_subcheck_state(tls_connection_result, result); |
| 266 | 266 | ||
| 267 | if (result == STATE_OK) { | 267 | if (result == STATE_OK) { |
| 268 | xasprintf(&tls_connection_result.output, "TLS connection succeded"); | 268 | xasprintf(&tls_connection_result.output, "TLS connection succeeded"); |
| 269 | 269 | ||
| 270 | if (config.check_cert) { | 270 | if (config.check_cert) { |
| 271 | result = np_net_ssl_check_cert(config.days_till_exp_warn, config.days_till_exp_crit); | 271 | result = np_net_ssl_check_cert(config.days_till_exp_warn, config.days_till_exp_crit); |
