diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_curl.d/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_curl.d/config.h b/plugins/check_curl.d/config.h index 9acd4048..25cfeda3 100644 --- a/plugins/check_curl.d/config.h +++ b/plugins/check_curl.d/config.h | |||
@@ -57,7 +57,7 @@ check_curl_working_state check_curl_working_state_init() { | |||
57 | .http_method = NULL, | 57 | .http_method = NULL, |
58 | .http_post_data = NULL, | 58 | .http_post_data = NULL, |
59 | .virtualPort = 0, | 59 | .virtualPort = 0, |
60 | .serverPort = 0, | 60 | .serverPort = HTTP_PORT, |
61 | .use_ssl = false, | 61 | .use_ssl = false, |
62 | .no_body = false, | 62 | .no_body = false, |
63 | }; | 63 | }; |