]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
need check_null_acl_access()
authorwessels <>
Sun, 24 Jan 1999 12:27:36 +0000 (12:27 +0000)
committerwessels <>
Sun, 24 Jan 1999 12:27:36 +0000 (12:27 +0000)
src/cache_cf.cc

index 3455a4f35f70c9e315aa6ea0cbaf4f727c4611be..c1adaffefdb6a1be964cf5e51fdf632e7845eab2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cache_cf.cc,v 1.321 1999/01/24 02:26:21 wessels Exp $
+ * $Id: cache_cf.cc,v 1.322 1999/01/24 05:27:36 wessels Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -1374,6 +1374,12 @@ check_null_wordlist(wordlist * w)
     return w == NULL;
 }
 
+static int
+check_null_acl_access(acl_access *a)
+{
+    return a == NULL;
+}
+
 #define free_wordlist wordlistDestroy
 
 #define free_uri_whitespace free_int