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 5990b95b..14cc8463 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c | |||
| @@ -1422,7 +1422,7 @@ process_arguments (int argc, char **argv) | |||
| 1422 | #ifdef LIBCURL_FEATURE_SSL | 1422 | #ifdef LIBCURL_FEATURE_SSL |
| 1423 | case 'D': /* verify peer certificate & host */ | 1423 | case 'D': /* verify peer certificate & host */ |
| 1424 | verify_peer_and_host = TRUE; | 1424 | verify_peer_and_host = TRUE; |
| 1425 | goto enable_ssl; | 1425 | break; |
| 1426 | #endif | 1426 | #endif |
| 1427 | case 'S': /* use SSL */ | 1427 | case 'S': /* use SSL */ |
| 1428 | #ifdef LIBCURL_FEATURE_SSL | 1428 | #ifdef LIBCURL_FEATURE_SSL |
