diff options
-rw-r--r-- | plugins/check_curl.d/check_curl_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_curl.d/check_curl_helpers.c b/plugins/check_curl.d/check_curl_helpers.c index 29aae524..e33f2aa9 100644 --- a/plugins/check_curl.d/check_curl_helpers.c +++ b/plugins/check_curl.d/check_curl_helpers.c | |||
@@ -629,7 +629,7 @@ check_curl_config check_curl_config_init() { | |||
629 | .string_expect = "", | 629 | .string_expect = "", |
630 | .header_expect = "", | 630 | .header_expect = "", |
631 | .on_redirect_result_state = STATE_OK, | 631 | .on_redirect_result_state = STATE_OK, |
632 | .on_redirect_dependent = true, | 632 | .on_redirect_dependent = false, |
633 | 633 | ||
634 | .show_extended_perfdata = false, | 634 | .show_extended_perfdata = false, |
635 | .show_body = false, | 635 | .show_body = false, |