diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-15 01:56:46 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-15 01:56:46 +0200 |
| commit | 0bf5fdf41e0ce5def14d0c7fda93b57652a9bbb3 (patch) | |
| tree | ffacb8712695ba500ed780ba4f953f5afbf6f592 | |
| parent | 166ce184c67a95192de8ec7f862fd965ea672ba8 (diff) | |
| download | monitoring-plugins-0bf5fdf41e0ce5def14d0c7fda93b57652a9bbb3.tar.gz | |
check_curl: finish after cert without continue param
| -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 |
