]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
support nodefullname in rbt-zonedb.c
authorEvan Hunt <each@isc.org>
Tue, 12 Mar 2024 18:46:15 +0000 (11:46 -0700)
committerEvan Hunt <each@isc.org>
Thu, 14 Mar 2024 00:15:18 +0000 (17:15 -0700)
this enables the 'dyndb' system test to pass when we
build using --with-zonedb=rbt.

lib/dns/rbt-zonedb.c

index 18294595debd48909ed8aea5e2b70e376ede5e9d..f6d0afc517cbe24fc00e9f315b13f41e9ee7f97f 100644 (file)
@@ -2417,6 +2417,7 @@ dns_dbmethods_t dns__rbtdb_zonemethods = {
        .unlocknode = dns__rbtdb_unlocknode,
        .addglue = addglue,
        .deletedata = dns__rbtdb_deletedata,
+       .nodefullname = dns__rbtdb_nodefullname,
 };
 
 void