summaryrefslogtreecommitdiffstats
path: root/bind95-rh457175.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-09-24 09:00:04 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-09-24 09:00:04 +0000
commita99cd96ce07e50c2c2adba45e27cd20a34d52c72 (patch)
treecfa4e23d154eed99736a950a082bf4a47e4a32bf /bind95-rh457175.patch
parent77020b9c5b57e0eb8089509e44e189e25e1192f0 (diff)
- 9.5.1b2 releasebind-9_5_1-0_7_b2_fc10
- patches merged - bind95-rh454783.patch - bind-9.5-edns.patch - bind95-rh450995.patch - bind95-rh457175.patch
Diffstat (limited to 'bind95-rh457175.patch')
-rw-r--r--bind95-rh457175.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/bind95-rh457175.patch b/bind95-rh457175.patch
deleted file mode 100644
index 2ecd01e..0000000
--- a/bind95-rh457175.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -up bind-9.5.0-P1/lib/dns/iptable.c.rh457175 bind-9.5.0-P1/lib/dns/iptable.c
---- bind-9.5.0-P1/lib/dns/iptable.c.rh457175 2008-01-21 22:02:24.000000000 +0100
-+++ bind-9.5.0-P1/lib/dns/iptable.c 2008-07-31 16:10:46.000000000 +0200
-@@ -117,16 +117,17 @@ dns_iptable_merge(dns_iptable_t *tab, dn
- if (node->data[0] &&
- *(isc_boolean_t *) node->data[0] == ISC_TRUE)
- new_node->data[0] = &dns_iptable_neg;
-- else
-- new_node->data[0] = node->data[0];
-
- if (node->data[1] &&
- *(isc_boolean_t *) node->data[1] == ISC_TRUE)
- new_node->data[1] = &dns_iptable_neg;
-- else
-- new_node->data[1] = node->data[0];
- }
-
-+ if (new_node->data[0] == NULL)
-+ new_node->data[0] = node->data[0];
-+ if (new_node->data[1] == NULL)
-+ new_node->data[1] = node->data[1];
-+
- if (node->node_num[0] > max_node)
- max_node = node->node_num[0];
- if (node->node_num[1] > max_node)