]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE2-ident_REQUIRED.patch
- typo
[packages/squid.git] / squid-2.5.STABLE2-ident_REQUIRED.patch
CommitLineData
11d27174
MW
1Index: squid/src/acl.c
2diff -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.159286 seconds and 4 git commands to generate.