From: hno <> Date: Fri, 28 Apr 2006 02:36:29 +0000 (+0000) Subject: Fix compile error with --disable-http-violations X-Git-Tag: SQUID_3_0_PRE4~216 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8970d35114807c643f38cbb6f593ec08a912f8c5;p=thirdparty%2Fsquid.git Fix compile error with --disable-http-violations --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 7778a5299e..db63ce2650 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,6 +1,6 @@ /* - * $Id: cache_cf.cc,v 1.492 2006/04/27 19:07:16 wessels Exp $ + * $Id: cache_cf.cc,v 1.493 2006/04/27 20:36:29 hno Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -2229,7 +2229,10 @@ free_refreshpattern(refresh_t ** head) safe_free(t); } +#if HTTP_VIOLATIONS refresh_nocache_hack = 0; + +#endif } static void