diff options
Diffstat (limited to 'plugins/check_curl.c')
-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 3e0a6f9..d29db0a 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c | |||
@@ -1346,7 +1346,7 @@ process_arguments (int argc, char **argv) | |||
1346 | #ifdef LIBCURL_FEATURE_SSL | 1346 | #ifdef LIBCURL_FEATURE_SSL |
1347 | case 'D': /* verify peer certificate & host */ | 1347 | case 'D': /* verify peer certificate & host */ |
1348 | verify_peer_and_host = TRUE; | 1348 | verify_peer_and_host = TRUE; |
1349 | goto enable_ssl; | 1349 | break; |
1350 | #endif | 1350 | #endif |
1351 | case 'S': /* use SSL */ | 1351 | case 'S': /* use SSL */ |
1352 | #ifdef LIBCURL_FEATURE_SSL | 1352 | #ifdef LIBCURL_FEATURE_SSL |