From: wessels <> Date: Wed, 15 Jul 1998 03:29:54 +0000 (+0000) Subject: remove OLD_CODE X-Git-Tag: SQUID_3_0_PRE1~3092 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3928f7b531bb84ce9e090da0b2d93b83ece6acd;p=thirdparty%2Fsquid.git remove OLD_CODE --- diff --git a/src/acl.cc b/src/acl.cc index 35266c72d6..0aa138ef3b 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -1,6 +1,6 @@ /* - * $Id: acl.cc,v 1.167 1998/06/03 20:48:18 rousskov Exp $ + * $Id: acl.cc,v 1.168 1998/07/14 21:29:54 wessels Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -1122,11 +1122,7 @@ aclMatchProxyAuth(acl_proxy_auth * p, aclCheck_t * checklist) char *sent_auth; char *passwd = NULL; acl_proxy_auth_user *u; -#if OLD_CODE - s = mime_get_header(checklist->request->headers, "Proxy-authorization:"); -#else s = httpHeaderGetStr(&checklist->request->header, HDR_PROXY_AUTHORIZATION); -#endif if (s == NULL) return 0; if (strlen(s) < SKIP_BASIC_SZ)