]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed hierarchy_stoplist to be DEFAULT_IF_NONE
authorwessels <>
Tue, 21 Apr 1998 22:39:00 +0000 (22:39 +0000)
committerwessels <>
Tue, 21 Apr 1998 22:39:00 +0000 (22:39 +0000)
src/cache_cf.cc
src/cf.data.pre

index feb64f573cd9ab20c519e13c7b8d54aa985adbba..ba8f73331548b6f23f9d2830f31007b5ca1c85e3 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cache_cf.cc,v 1.277 1998/04/16 21:51:54 wessels Exp $
+ * $Id: cache_cf.cc,v 1.278 1998/04/21 16:39:00 wessels Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -1291,6 +1291,12 @@ parse_wordlist(wordlist ** list)
        wordlistAdd(list, token);
 }
 
+static int
+check_null_wordlist(wordlist *w)
+{
+    return w == NULL;
+}
+
 #if SQUID_SNMP
 static void
 parse_stringlist(wordlist ** list)
index aca2dd1d93da1f5f5f7df87e8a83a494c02309f4..f417453c9dc174a120286b2a7405dc62c28f2da1 100644 (file)
@@ -307,7 +307,8 @@ DOC_END
 
 NAME: hierarchy_stoplist
 TYPE: wordlist
-DEFAULT: cgi-bin ?
+DEFAULT: none
+DEFAULT_IF_NONE: cgi-bin ?
 LOC: Config.hierarchy_stoplist
 DOC_START
        A list of words which, if found in a URL, cause the object to