From: hno <> Date: Mon, 17 Jun 2002 01:56:08 +0000 (+0000) Subject: Forgot a small piece of the auth cleanup patch from external_acl. X-Git-Tag: SQUID_3_0_PRE1~974 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=030d31a0c545704dbee7ec325275e46bf9c49486;p=thirdparty%2Fsquid.git Forgot a small piece of the auth cleanup patch from external_acl. --- diff --git a/src/acl.cc b/src/acl.cc index 2c75499cf1..c5a38f1bf5 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -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