]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: Remove .delegating flag from the qpcache
authorOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 09:37:36 +0000 (10:37 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 09:37:36 +0000 (10:37 +0100)
The .delegating flag was only set, but never used in the dns_qpcache.
Remove it completely together with the code that was locking the node
to set the flag if the added type was DNAME.

Merge branch 'ondrej/remove-delegating-from-qpcache' into 'main'

See merge request isc-projects/bind9!10980


Trivial merge