]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix --disable-http-violations again.
authorhno <>
Wed, 14 Jun 2006 00:36:52 +0000 (00:36 +0000)
committerhno <>
Wed, 14 Jun 2006 00:36:52 +0000 (00:36 +0000)
src/http.cc

index 83ac0f52b2901a74a2d5b6a461a57205c50adbab..f5567e2e34cb15821fb59f19e749708d2d8c7b06 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: http.cc,v 1.501 2006/06/11 20:48:45 robertc Exp $
+ * $Id: http.cc,v 1.502 2006/06/13 18:36:52 hno Exp $
  *
  * DEBUG: section 11    Hypertext Transfer Protocol (HTTP)
  * AUTHOR: Harvest Derived
@@ -390,6 +390,8 @@ HttpStateData::cacheableReply()
 #define REFRESH_OVERRIDE(flag) \
        ((R = (R ? R : refreshLimits(entry->mem_obj->url))) , \
        (R && R->flags.flag))
+#else
+#define REFRESH_OVERRIDE(flag) 0
 #endif
 
     if (surrogateNoStore)