]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace rbt_deletenode with qp_deletename
authorMatthijs Mekking <matthijs@isc.org>
Thu, 11 Jan 2024 11:33:45 +0000 (12:33 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 6 Mar 2024 08:57:24 +0000 (09:57 +0100)
commit8fcfa36660dad136fb312553b4ba629e17db012d
tree3d03bcd30f7b537f00f8467b9814b09d0b2fe369
parentc53b95e1343ca02fbe8c3ef4a0b3f02c62ee45dc
Replace rbt_deletenode with qp_deletename

Replace dns_rbt_deletenode calls with dns_qp_deletename. For removing
the name from the nsec tree, we no longer first have to find it: we can
just remove the key (retrieved by name).
lib/dns/qpdb.c