]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Default refresh patterns
authorhno <>
Sun, 14 Apr 2002 04:25:19 +0000 (04:25 +0000)
committerhno <>
Sun, 14 Apr 2002 04:25:19 +0000 (04:25 +0000)
src/cache_cf.cc

index 144a016a0912f5999416adfe6f37b845358f12f3..b81a0f7868e228341dcf828de3ce7a67f5e50fc2 100644 (file)
@@ -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