]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Mon, 22 Jul 1996 23:19:12 +0000 (23:19 +0000)
committerwessels <>
Mon, 22 Jul 1996 23:19:12 +0000 (23:19 +0000)
src/acl.cc

index 3e26d77a1e057c5695c6ad4dcd010ad41d19a94a..a0cd9d18ec9e03c3fd010a05ea2f4a8c8a1398dd 100644 (file)
@@ -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;