]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit094efe68e35e885953eb0e682750ebeef26aaee5
tree06c1df83d33d700d6abe0933a428337cf33db9e1
parent1a2d276d3f1053b2cf31f2c094fbb08d47dc1b5b
parent94aaf3cd6a1cc3a0b2038a0875fc206eb187cbc4
fix: dev: Remove ACL detach deadcode from dyndb

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