From: hno <> Date: Sun, 14 Apr 2002 04:25:19 +0000 (+0000) Subject: Default refresh patterns X-Git-Tag: SQUID_3_0_PRE1~1081 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80e073c0befc93c0751384f740f96a3e34f1ea9c;p=thirdparty%2Fsquid.git Default refresh patterns --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 144a016a09..b81a0f7868 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,6 +1,6 @@ /* - * $Id: cache_cf.cc,v 1.404 2002/04/04 21:33:26 hno Exp $ + * $Id: cache_cf.cc,v 1.405 2002/04/13 22:25:19 hno Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -1902,7 +1902,7 @@ parse_refreshpattern(refresh_t ** head) static int check_null_refreshpattern(refresh_t * data) { - return data != NULL; + return data == NULL; } static void