From: Automatic source maintenance Date: Wed, 29 Sep 2010 00:12:13 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take1~224 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=477438e1b248a1fc3b6fd35ab90cb83fa70bd7b1;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/http.cc b/src/http.cc index f8edb45905..772f92cf09 100644 --- a/src/http.cc +++ b/src/http.cc @@ -943,8 +943,8 @@ no_cache: if (!ignoreCacheControl && rep->cache_control) { if (EBIT_TEST(rep->cache_control->mask, CC_PROXY_REVALIDATE) || - EBIT_TEST(rep->cache_control->mask, CC_MUST_REVALIDATE) || - EBIT_TEST(rep->cache_control->mask, CC_S_MAXAGE)) + EBIT_TEST(rep->cache_control->mask, CC_MUST_REVALIDATE) || + EBIT_TEST(rep->cache_control->mask, CC_S_MAXAGE)) EBIT_SET(entry->flags, ENTRY_REVALIDATE); }