diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-12-20 21:41:42 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-12-20 21:41:42 +0100 |
commit | 0898e91fb2a96607fe3919fc2330092a6c63a367 (patch) | |
tree | e8f128d7c40eed7a3c94df5a1252bb459c6a17d6 /lib/Smokeping | |
parent | e5090ee1fc507ac3ad5943b7d323b198bd4710d0 (diff) | |
download | smokeping-0898e91fb2a96607fe3919fc2330092a6c63a367.tar.gz smokeping-0898e91fb2a96607fe3919fc2330092a6c63a367.tar.xz |
remove check for timeredirects since this does not work without manual
Diffstat (limited to 'lib/Smokeping')
-rw-r--r-- | lib/Smokeping/probes/Curl.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Smokeping/probes/Curl.pm b/lib/Smokeping/probes/Curl.pm index 346f141..7b3d3a9 100644 --- a/lib/Smokeping/probes/Curl.pm +++ b/lib/Smokeping/probes/Curl.pm @@ -210,9 +210,9 @@ sub test_usage { $self->do_log("Note: your curl doesn't support the $feature feature (option $arghash{$feature}), disabling it"); } map { delete $arghashref->{$_} } @unsupported; - if ($curl_man !~ /\stime_redirect\s/) { - $self->do_log("Note: your curl doesn't support the 'time_redirect' output variable; 'include_redirects' will not function."); - } +# if ($curl_man !~ /\stime_redirect\s/) { +# $self->do_log("Note: your curl doesn't support the 'time_redirect' output variable; 'include_redirects' will not function."); +# } return; } |