mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:01:15 -04:00
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:
parent
f0b164430a
commit
29f1c93734
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue