]> git.pld-linux.org Git - packages/squid.git/commitdiff
- obsolete
authordzeus <dzeus@pld-linux.org>
Fri, 19 Sep 2008 06:15:48 +0000 (06:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid-domainmatch.patch -> 1.3

squid-domainmatch.patch [deleted file]

diff --git a/squid-domainmatch.patch b/squid-domainmatch.patch
deleted file mode 100644 (file)
index 4eea560..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urN squid-2.6.STABLE5.orig/src/acl.c squid-2.6.STABLE5/src/acl.c
---- squid-2.6.STABLE5.orig/src/acl.c   2006-10-16 22:11:41.000000000 +0200
-+++ squid-2.6.STABLE5/src/acl.c        2006-11-28 18:10:47.089402554 +0100
-@@ -843,7 +843,7 @@
-     while ((t = strtokFile())) {
-       Tolower(t);
-       t = xstrdup(t);
--      *Top = splay_insert(t, *Top, aclDomainCompare);
-+      *Top = splay_insert(t, *Top, aclHostDomainCompare);
-       if (splayLastResult == 0)
-           safe_free(t);
-     }
-@@ -869,7 +869,7 @@
-     Top = &(*datap)->values;
-     while ((t = strtokFile())) {
-       t = xstrdup(t);
--      *Top = splay_insert(t, *Top, aclDomainCompare);
-+      *Top = splay_insert(t, *Top, aclHostDomainCompare);
-       if (splayLastResult == 0)
-           safe_free(t);
-     }
This page took 0.06685 seconds and 4 git commands to generate.