]> git.pld-linux.org Git - packages/squid.git/blob - squid-2.5.STABLE2-ident_REQUIRED.patch
- updated for 2.5.STABLE7
[packages/squid.git] / squid-2.5.STABLE2-ident_REQUIRED.patch
1 Index: squid/src/acl.c
2 diff -c squid/src/acl.c:1.270.2.13 squid/src/acl.c:1.270.2.14
3 *** squid/src/acl.c:1.270.2.13  Sat Feb  8 08:53:16 2003
4 --- squid/src/acl.c     Tue May  6 13:54:28 2003
5 ***************
6 *** 1080,1086 ****
7       debug(28, 8) ("Top is %p, Top->data is %s\n", Top,
8         (char *) (Top != NULL ? (Top)->data : "Unavailable"));
9   
10 !     if (user == NULL)
11         return 0;
12   
13       if (data->flags.required) {
14 --- 1080,1086 ----
15       debug(28, 8) ("Top is %p, Top->data is %s\n", Top,
16         (char *) (Top != NULL ? (Top)->data : "Unavailable"));
17   
18 !     if (user == NULL || strcmp(user, "-") == 0)
19         return 0;
20   
21       if (data->flags.required) {
This page took 0.046826 seconds and 3 git commands to generate.