From: Francesco Chemolli Date: Tue, 27 Sep 2011 05:31:10 +0000 (+0200) Subject: Fixed consistency typo in HttpHdrCc. X-Git-Tag: BumpSslServerFirst.take01~126^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b27a91fdaed4ecc33e9ad19216d7ff098fc81b73;p=thirdparty%2Fsquid.git Fixed consistency typo in HttpHdrCc. --- diff --git a/src/HttpHdrCc.cci b/src/HttpHdrCc.cci index d665a1ee91..ebe6666908 100644 --- a/src/HttpHdrCc.cci +++ b/src/HttpHdrCc.cci @@ -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; } }