mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
dns_rootns_create() is now in libdns
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
#include <dns/name.h>
|
||||
#include <dns/rdata.h>
|
||||
#include <dns/result.h>
|
||||
#include <dns/rootns.h>
|
||||
#include <dns/tkey.h>
|
||||
#include <dns/tsig.h>
|
||||
#include <dns/types.h>
|
||||
@@ -58,7 +59,6 @@
|
||||
#include <named/interfacemgr.h>
|
||||
#include <named/listenlist.h>
|
||||
#include <named/log.h>
|
||||
#include <named/rootns.h>
|
||||
#include <named/server.h>
|
||||
#include <named/types.h>
|
||||
|
||||
@@ -715,7 +715,7 @@ ns_server_create(isc_mem_t *mctx, ns_server_t **serverp) {
|
||||
RUNTIME_CHECK(result == ISC_R_SUCCESS);
|
||||
server->roothints = NULL;
|
||||
|
||||
CHECKFATAL(ns_rootns_create(mctx, &server->roothints),
|
||||
CHECKFATAL(dns_rootns_create(mctx, &server->roothints),
|
||||
"setting up root hints");
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user