]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace dns_rbt_namefromnode with dns_name_copy
authorMatthijs Mekking <matthijs@isc.org>
Tue, 16 Jan 2024 10:41:34 +0000 (11:41 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 6 Mar 2024 08:57:24 +0000 (09:57 +0100)
commite95dfc01195e43be6fc144cf0a03e12d2cdcb98f
tree70d2685a4c2dc2a6f37a19629358d617781ab867
parent6a5de6390fd41a8f0687b14d492f7e60eb0125cc
Replace dns_rbt_namefromnode with dns_name_copy

The name will be stored inside the node now so we can just copy it.

These are leftovers, most of the namefromnode code has been replaced
already in previous commits.
lib/dns/qp-zonedb.c
lib/dns/qpdb.c