]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Remove ACL detach deadcode from dyndb
authorColin Vidal <colin@isc.org>
Wed, 8 Jul 2026 06:02:53 +0000 (08:02 +0200)
committerColin Vidal <colin@isc.org>
Wed, 8 Jul 2026 06:02:53 +0000 (08:02 +0200)
Since `188aa43e`, `dns_acl_any()` can't
fail (and thus would always set memory to its target). Removing deadcode
that would detach the ACL if `dns_acl_any()` would return some error
while the ACL would be created and attached.

Merge branch 'colin/remove-acl-detach-deadcode' into 'main'

See merge request isc-projects/bind9!12333


Trivial merge