check_curl: finish after cert without continue param

This commit is contained in:
Lorenz Kästle 2025-09-15 01:56:46 +02:00
parent 166ce184c6
commit 0bf5fdf41e

View file

@ -273,7 +273,7 @@ mp_subcheck check_http(const check_curl_config config, check_curl_working_state
mp_add_subcheck_to_subcheck(&sc_result, sc_certificate);
if (!config.continue_after_check_cert) {
// TODO finish here then
return sc_result;
}
}
#endif