--------------------- PatchSet 8470 Date: 2006/08/07 23:45:29 Author: hno Branch: ssl-2_6 Tag: (none) Log: %USER uppercase like all the other tags Members: src/external_acl.c:1.21.10.2->1.21.10.3 Index: squid/src/external_acl.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/external_acl.c,v retrieving revision 1.21.10.2 retrieving revision 1.21.10.3 diff -u -r1.21.10.2 -r1.21.10.3 --- squid/src/external_acl.c 7 Aug 2006 23:37:59 -0000 1.21.10.2 +++ squid/src/external_acl.c 7 Aug 2006 23:45:29 -0000 1.21.10.3 @@ -1,6 +1,6 @@ /* - * $Id: external_acl.c,v 1.21.10.2 2006/08/07 23:37:59 hno Exp $ + * $Id: external_acl.c,v 1.21.10.3 2006/08/07 23:45:29 hno Exp $ * * DEBUG: section 82 External ACL * AUTHOR: Henrik Nordstrom, MARA Systems AB @@ -273,7 +273,7 @@ format->type = EXT_ACL_HEADER_ID; } } - else if (strcmp(token, "%user") == 0) + else if (strcmp(token, "%USER") == 0) format->type = EXT_ACL_USER; else if (strcmp(token, "%LOGIN") == 0) { format->type = EXT_ACL_LOGIN;