/*
- * $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
wordlist *data;
char *host;
{
- int offset;
if (host == NULL)
return 0;
debug(28, 3, "aclMatchDomainList: checking '%s'\n", host);
aclDestroyIpList(a->data);
break;
case ACL_DST_DOMAIN:
+ case ACL_SRC_DOMAIN:
case ACL_USER:
wordlistDestroy((wordlist **) & a->data);
break;