]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Thu, 26 Feb 1998 04:30:39 +0000 (04:30 +0000)
committerwessels <>
Thu, 26 Feb 1998 04:30:39 +0000 (04:30 +0000)
src/acl.cc

index 5e47b208f8be0b80fc8b00b47a4744b0e7fd6968..d5330128b8a474cfa8aaf4d1a8a165118ddbf768 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: acl.cc,v 1.142 1998/02/25 19:15:05 kostas Exp $
+ * $Id: acl.cc,v 1.143 1998/02/25 21:30:39 wessels Exp $
  *
  * DEBUG: section 28    Access Control
  * AUTHOR: Duane Wessels
@@ -1549,7 +1549,7 @@ aclChecklistCreate(const acl_access * A,
      * pointer, so lock it.
      */
     cbdataLock(A);
-    if (checklist->request)
+    if (request != NULL)
        checklist->request = requestLink(request);
     checklist->src_addr = src_addr;
     for (i = 0; i < ACL_ENUM_MAX; i++)