summaryrefslogtreecommitdiffstats
path: root/bind95-rh450995.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
commit69931314d7355ab8d32f6e89f8f2bfea2ec89042 (patch)
tree8b1b99c984299bcd8f8c4a157f7173b8a7d59c47 /bind95-rh450995.patch
parenta942bbbac6177a8cfa6daadb65573a49e76014fc (diff)
- 9.5.1b2 release
- patches merged - bind95-rh454783.patch - bind-9.5-edns.patch - bind95-rh450995.patch - bind95-rh457175.patch
Diffstat (limited to 'bind95-rh450995.patch')
-rw-r--r--bind95-rh450995.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/bind95-rh450995.patch b/bind95-rh450995.patch
deleted file mode 100644
index d8f7115..0000000
--- a/bind95-rh450995.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up bind-9.5.0/lib/isccfg/aclconf.c.450995 bind-9.5.0/lib/isccfg/aclconf.c
---- bind-9.5.0/lib/isccfg/aclconf.c.450995 2008-06-18 12:29:05.000000000 +0200
-+++ bind-9.5.0/lib/isccfg/aclconf.c 2008-06-18 12:30:01.000000000 +0200
-@@ -287,6 +287,7 @@ nested_acl:
- } else {
- dns_acl_merge(dacl, inneracl,
- ISC_TF(!neg));
-+ de += inneracl->length; /* elements added */
- dns_acl_detach(&inneracl);
- continue;
- }