diff options
-rw-r--r-- | plugins/check_curl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c index f8adc3d9..b6e2e10c 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c | |||
@@ -273,7 +273,7 @@ mp_subcheck check_http(const check_curl_config config, check_curl_working_state | |||
273 | 273 | ||
274 | mp_add_subcheck_to_subcheck(&sc_result, sc_certificate); | 274 | mp_add_subcheck_to_subcheck(&sc_result, sc_certificate); |
275 | if (!config.continue_after_check_cert) { | 275 | if (!config.continue_after_check_cert) { |
276 | // TODO finish here then | 276 | return sc_result; |
277 | } | 277 | } |
278 | } | 278 | } |
279 | #endif | 279 | #endif |