From 030d31a0c545704dbee7ec325275e46bf9c49486 Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 17 Jun 2002 01:56:08 +0000 Subject: [PATCH] Forgot a small piece of the auth cleanup patch from external_acl. --- src/acl.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.47.3