]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
acl req_mime_type destroy patch from Robert.
authorhno <>
Thu, 1 Feb 2001 04:48:24 +0000 (04:48 +0000)
committerhno <>
Thu, 1 Feb 2001 04:48:24 +0000 (04:48 +0000)
src/acl.cc

index 80af56f4b98e12fcc3d2e543b7db182bcc9df732..63f29b0da21da1ef0540d47431c50591a6494508 100644 (file)
@@ -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: