]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
spello
authorwessels <>
Wed, 2 Sep 1998 04:12:06 +0000 (04:12 +0000)
committerwessels <>
Wed, 2 Sep 1998 04:12:06 +0000 (04:12 +0000)
src/cache_cf.cc

index d0b8b80775df4c21c48d4fb656c300f607e3b662..c58a6652020c4ca3eb89a44579a06590f05d50bf 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cache_cf.cc,v 1.303 1998/08/26 19:08:54 wessels Exp $
+ * $Id: cache_cf.cc,v 1.304 1998/09/01 22:12:06 wessels Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -1183,7 +1183,7 @@ parse_refreshpattern(refresh_t ** head)
 #if HTTP_VIOLATIONS
        if (!strcmp(token, "override-expire"))
            override_expire = 1;
-       else if (!strcmp(token, "override-expire"))
+       else if (!strcmp(token, "override-lastmod"))
            override_lastmod = 1;
        else if (!strcmp(token, "reload-into-ims")) {
            reload_into_ims = 1;