]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Reset refresh_nocache_hack when resetting the config
authorhno <>
Sat, 22 Apr 2006 07:53:52 +0000 (07:53 +0000)
committerhno <>
Sat, 22 Apr 2006 07:53:52 +0000 (07:53 +0000)
src/cache_cf.cc

index 3300fde07edcda8d38051a1778b73da51f0a603b..988d699ecc2546073b6692b266043f5b4bfa4523 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cache_cf.cc,v 1.488 2006/02/19 11:21:07 serassio Exp $
+ * $Id: cache_cf.cc,v 1.489 2006/04/22 01:53:52 hno Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -2301,6 +2301,8 @@ free_refreshpattern(refresh_t ** head)
         regfree(&t->compiled_pattern);
         safe_free(t);
     }
+
+    refresh_nocache_hack = 0;
 }
 
 static void