]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE1-disable-ident-lookups.patch
- updated
[packages/squid.git] / squid-2.5.STABLE1-disable-ident-lookups.patch
CommitLineData
d3969417
AM
1Index: squid/src/external_acl.c
2diff -c squid/src/external_acl.c:1.1.2.11 squid/src/external_acl.c:1.1.2.12
3*** squid/src/external_acl.c:1.1.2.11 Sat Sep 7 08:58:41 2002
4--- squid/src/external_acl.c Sun Sep 29 13:02:40 2002
5***************
6*** 500,506 ****
7 str = ch->rfc931;
8 if (!str) {
9 ch->state[ACL_IDENT] = ACL_LOOKUP_NEEDED;
10! goto error;
11 }
12 break;
13 #endif
14--- 500,506 ----
15 str = ch->rfc931;
16 if (!str) {
17 ch->state[ACL_IDENT] = ACL_LOOKUP_NEEDED;
18! return NULL;
19 }
20 break;
21 #endif
22***************
23*** 555,562 ****
24 first = 0;
25 }
26 return mb.buf;
27- error:
28- return NULL;
29 }
30
31 static int
32--- 555,560 ----
This page took 0.106384 seconds and 4 git commands to generate.