]> git.pld-linux.org Git - packages/squid.git/blob - squid-2.5.STABLE4-extacl_auth_loop.patch
- findutils are Red by rpm-build; dropped source*-size
[packages/squid.git] / squid-2.5.STABLE4-extacl_auth_loop.patch
1 Index: squid/src/external_acl.c
2 diff -c squid/src/external_acl.c:1.1.2.28 squid/src/external_acl.c:1.1.2.29
3 *** squid/src/external_acl.c:1.1.2.28   Tue Sep  2 01:51:59 2003
4 --- squid/src/external_acl.c    Wed Nov 19 09:47:43 2003
5 ***************
6 *** 423,429 ****
7         /* Not sufficient data to process */
8         return -1;
9       }
10 !     ch->auth_user_request = NULL;
11       if (entry) {
12         if (entry->def != acl->def || strcmp(entry->hash.key, key) != 0) {
13             /* Not ours.. get rid of it */
14 --- 423,430 ----
15         /* Not sufficient data to process */
16         return -1;
17       }
18 !     if (acl->def->require_auth)
19 !       ch->auth_user_request = NULL;
20       if (entry) {
21         if (entry->def != acl->def || strcmp(entry->hash.key, key) != 0) {
22             /* Not ours.. get rid of it */
This page took 0.051449 seconds and 3 git commands to generate.