summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-09-15 01:56:46 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-09-15 01:56:46 +0200
commit0bf5fdf41e0ce5def14d0c7fda93b57652a9bbb3 (patch)
treeffacb8712695ba500ed780ba4f953f5afbf6f592
parent166ce184c67a95192de8ec7f862fd965ea672ba8 (diff)
downloadmonitoring-plugins-0bf5fdf41e0ce5def14d0c7fda93b57652a9bbb3.tar.gz
check_curl: finish after cert without continue param
-rw-r--r--plugins/check_curl.c2
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