]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove .delegating flag from the qpcache
authorOndřej Surý <ondrej@isc.org>
Tue, 16 Sep 2025 13:09:14 +0000 (15:09 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 09:37:09 +0000 (10:37 +0100)
commit0232017604855c9dd014ce969a42d34bbb88eb37
tree325f199acdc2240812d3319675f1df624567445c
parent6fd209b6f0e138e7ddb24fac405e0275604cf117
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.
lib/dns/qpcache.c