]> git.ipfire.org Git - thirdparty/bind9.git/commit
Restore the parent cleaning logic in prune_tree()
authorOndřej Surý <ondrej@isc.org>
Mon, 4 Mar 2024 06:34:34 +0000 (07:34 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 6 Mar 2024 17:43:49 +0000 (18:43 +0100)
commit12c42a6c07692ae76775bc4602d4c1ccf47ed5ca
treea34a64008ac095d6810b24c22e3a083c3715c594
parentdc7eec86fb35a7e64c4269b4d679705cb88cf017
Restore the parent cleaning logic in prune_tree()

Reconstruct the variant of the prune_tree() parent cleaning to consider
all elibible parents in a single loop as we were doing before all the
changes that led to this commit.

Update code comments so that they more precisely describe what the
relevant bits of code actually do.

(cherry picked from commit 454c75a33a0459131f8b7dcb31e5519a97b6fde2)
lib/dns/rbtdb.c