From: hno <> Date: Wed, 14 Jun 2006 00:36:52 +0000 (+0000) Subject: Fix --disable-http-violations again. X-Git-Tag: SQUID_3_0_PRE4~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b445957eed59e07a3181f76ee5fb6f4cb7631fe4;p=thirdparty%2Fsquid.git Fix --disable-http-violations again. --- diff --git a/src/http.cc b/src/http.cc index 83ac0f52b2..f5567e2e34 100644 --- a/src/http.cc +++ b/src/http.cc @@ -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)