From: wessels <> Date: Thu, 26 Feb 1998 04:30:39 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~3985 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c8f9e87a1024140c1e8cf8128cbdbc76ffda4f3;p=thirdparty%2Fsquid.git typo --- diff --git a/src/acl.cc b/src/acl.cc index 5e47b208f8..d5330128b8 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -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++)