diff options
Diffstat (limited to 'plugins/check_curl.d/check_curl_helpers.c')
-rw-r--r-- | plugins/check_curl.d/check_curl_helpers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_curl.d/check_curl_helpers.c b/plugins/check_curl.d/check_curl_helpers.c index 49949ccb..f0a4d265 100644 --- a/plugins/check_curl.d/check_curl_helpers.c +++ b/plugins/check_curl.d/check_curl_helpers.c | |||
@@ -630,7 +630,6 @@ check_curl_config check_curl_config_init() { | |||
630 | 630 | ||
631 | .show_extended_perfdata = false, | 631 | .show_extended_perfdata = false, |
632 | .show_body = false, | 632 | .show_body = false, |
633 | .display_html = false, | ||
634 | }; | 633 | }; |
635 | 634 | ||
636 | snprintf(tmp.curl_config.user_agent, DEFAULT_BUFFER_SIZE, "%s/v%s (monitoring-plugins %s, %s)", | 635 | snprintf(tmp.curl_config.user_agent, DEFAULT_BUFFER_SIZE, "%s/v%s (monitoring-plugins %s, %s)", |