mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-06 10:12:04 -04:00
Rename the last occurence of dns_dt_create2.
This commit is contained in:
parent
f595ab93eb
commit
ebf7641610
1 changed files with 1 additions and 1 deletions
|
|
@ -3543,7 +3543,7 @@ configure_dnstap(const cfg_obj_t **maps, dns_view_t *view) {
|
|||
fstrm_iothr_options_set_reopen_interval(fopt, i);
|
||||
}
|
||||
|
||||
CHECKM(dns_dt_create2(named_g_mctx, dmode, dpath,
|
||||
CHECKM(dns_dt_create(named_g_mctx, dmode, dpath,
|
||||
&fopt, named_g_server->task,
|
||||
&named_g_server->dtenv),
|
||||
"unable to create dnstap environment");
|
||||
|
|
|
|||
Loading…
Reference in a new issue