]> git.pld-linux.org Git - packages/squid.git/commitdiff
6d749022667633d4d95a22485308543f squid-2.5.STABLE2-ident_REQUIRED.patch
authorMarcin Winkler <qurczak@gmail.com>
Thu, 22 May 2003 17:47:40 +0000 (17:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid-2.5.STABLE2-ident_REQUIRED.patch -> 1.1

squid-2.5.STABLE2-ident_REQUIRED.patch [new file with mode: 0644]

diff --git a/squid-2.5.STABLE2-ident_REQUIRED.patch b/squid-2.5.STABLE2-ident_REQUIRED.patch
new file mode 100644 (file)
index 0000000..a2f0c22
--- /dev/null
@@ -0,0 +1,21 @@
+Index: squid/src/acl.c
+diff -c squid/src/acl.c:1.270.2.13 squid/src/acl.c:1.270.2.14
+*** squid/src/acl.c:1.270.2.13 Sat Feb  8 08:53:16 2003
+--- squid/src/acl.c    Tue May  6 13:54:28 2003
+***************
+*** 1080,1086 ****
+      debug(28, 8) ("Top is %p, Top->data is %s\n", Top,
+       (char *) (Top != NULL ? (Top)->data : "Unavailable"));
+  
+!     if (user == NULL)
+       return 0;
+  
+      if (data->flags.required) {
+--- 1080,1086 ----
+      debug(28, 8) ("Top is %p, Top->data is %s\n", Top,
+       (char *) (Top != NULL ? (Top)->data : "Unavailable"));
+  
+!     if (user == NULL || strcmp(user, "-") == 0)
+       return 0;
+  
+      if (data->flags.required) {
This page took 0.044856 seconds and 4 git commands to generate.