]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not skip cleanup for origin nodes in qpzone
authorAlessio Podda <alessio@isc.org>
Tue, 19 Aug 2025 12:12:46 +0000 (14:12 +0200)
committerAlessio Podda <alessio@isc.org>
Tue, 19 Aug 2025 12:18:19 +0000 (14:18 +0200)
commit3271f5fda447be30e6770419e1036830cfea6cf4
tree08f61663f48ac721dc28f421032a56b54fe5229b
parent87dfd96743c85ded2533b2306dbf48740f19785e
Do not skip cleanup for origin nodes in qpzone

Per @each, skipping cleanup of (|nsec_|nsec3_)origin nodes in
qpznode_release in qpzone.c is a residual from RBTDB, but it is
unnecessary or at most a performance optimization with QP.

Remove it to make it further changes easier to qpznode_release easier.
lib/dns/qpzone.c