]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed consistency typo in HttpHdrCc.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 27 Sep 2011 05:31:10 +0000 (07:31 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 27 Sep 2011 05:31:10 +0000 (07:31 +0200)
src/HttpHdrCc.cci

index d665a1ee91250cd5d012a333de8fbfdfc41e9298..ebe6666908324756c27ff9eeaecc4bbca8da3d9b 100644 (file)
@@ -111,7 +111,7 @@ HttpHdrCc::setMinFresh(int32_t min_fresh)
         this->min_fresh=min_fresh;
     } else {
         EBIT_CLR(mask, CC_MIN_FRESH);
-        this->min_fresh=STALE_IF_ERROR_UNSET;
+        this->min_fresh=MIN_FRESH_UNSET;
     }
 }