]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit7a8f4e136cb0dc2680b61c1cdcbffa3ffefc9c7c
tree325f199acdc2240812d3319675f1df624567445c
parent6fd209b6f0e138e7ddb24fac405e0275604cf117
parent0232017604855c9dd014ce969a42d34bbb88eb37
fix: nil: Remove .delegating flag from the qpcache

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