From: wessels <> Date: Mon, 22 Jul 1996 23:19:12 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~6013 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c20e73a0f2875586e3746ab7a057e4fd1de5fc5b;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/acl.cc b/src/acl.cc index 3e26d77a1e..a0cd9d18ec 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -1,5 +1,5 @@ /* - * $Id: acl.cc,v 1.22 1996/07/22 16:40:19 wessels Exp $ + * $Id: acl.cc,v 1.23 1996/07/22 17:19:12 wessels Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -603,7 +603,6 @@ static int aclMatchDomainList(data, host) wordlist *data; char *host; { - int offset; if (host == NULL) return 0; debug(28, 3, "aclMatchDomainList: checking '%s'\n", host); @@ -816,6 +815,7 @@ void aclDestroyAcls() aclDestroyIpList(a->data); break; case ACL_DST_DOMAIN: + case ACL_SRC_DOMAIN: case ACL_USER: wordlistDestroy((wordlist **) & a->data); break;