From: hno <> Date: Thu, 1 Feb 2001 04:48:24 +0000 (+0000) Subject: acl req_mime_type destroy patch from Robert. X-Git-Tag: SQUID_3_0_PRE1~1621 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da0a7726c69825a0ba838e035479e90c589ca8c9;p=thirdparty%2Fsquid.git acl req_mime_type destroy patch from Robert. --- diff --git a/src/acl.cc b/src/acl.cc index 80af56f4b9..63f29b0da2 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -1,6 +1,6 @@ /* - * $Id: acl.cc,v 1.242 2001/01/28 16:23:36 hno Exp $ + * $Id: acl.cc,v 1.243 2001/01/31 21:48:24 hno Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -764,6 +764,7 @@ aclParseAclLine(acl ** head) case ACL_BROWSER: case ACL_SRC_DOM_REGEX: case ACL_DST_DOM_REGEX: + case ACL_REQ_MIME_TYPE: aclParseRegexList(&A->data); break; case ACL_SRC_ASN: