]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Forgot a small piece of the auth cleanup patch from external_acl.
authorhno <>
Mon, 17 Jun 2002 01:56:08 +0000 (01:56 +0000)
committerhno <>
Mon, 17 Jun 2002 01:56:08 +0000 (01:56 +0000)
src/acl.cc

index 2c75499cf1edf99fb955b46846ab25891c7993ba..c5a38f1bf5eeec9290f19744fbfcab4e5a2e1eef 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: acl.cc,v 1.278 2002/06/16 19:32:01 hno Exp $
+ * $Id: acl.cc,v 1.279 2002/06/16 19:56:08 hno Exp $
  *
  * DEBUG: section 28    Access Control
  * AUTHOR: Duane Wessels
@@ -1218,9 +1218,8 @@ aclCacheMatchFlush(dlink_list * cache)
  * 1 : Authorisation OK. (Matched)
  */
 static int
-aclMatchProxyAuth(void *data, http_hdr_type headertype,
-    auth_user_request_t * auth_user_request, aclCheck_t * checklist,
-    squid_acl acltype)
+aclMatchProxyAuth(void *data, auth_user_request_t * auth_user_request,
+    aclCheck_t * checklist, squid_acl acltype)
 {
     /* checklist is used to register user name when identified, nothing else */
     /* General program flow in proxy_auth acls