mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-23 23:29:17 -04:00
check_curl: finish after cert without continue param
This commit is contained in:
parent
166ce184c6
commit
0bf5fdf41e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue