support nodefullname in rbt-zonedb.c

this enables the 'dyndb' system test to pass when we
build using --with-zonedb=rbt.
This commit is contained in:
Evan Hunt 2024-03-12 11:46:15 -07:00
parent f0b164430a
commit 29f1c93734

View 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