diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-06-18 11:21:14 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-06-18 11:21:14 +0000 |
| commit | 20b9c8fe2aa142aab8aa15cd5e766610d9734e8d (patch) | |
| tree | e42a23fe2e31a151de5c687929631cd43a13bc59 /bind95-rh450995.patch | |
| parent | 40b00446b339c110040c1ea2f10739c69c1a9957 (diff) | |
- parse inner acls correctly (#450995)bind-9_5_0-36_2_fc10
Diffstat (limited to 'bind95-rh450995.patch')
| -rw-r--r-- | bind95-rh450995.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bind95-rh450995.patch b/bind95-rh450995.patch new file mode 100644 index 0000000..d8f7115 --- /dev/null +++ b/bind95-rh450995.patch @@ -0,0 +1,11 @@ +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; + } |
