mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-05 22:22:05 -04:00
Merge branch '194-libdns-cleanup-cleanup' into 'master'
Fixup the one last occurence of dns_dt_create2 (in dnstap enabled build) Closes #194 See merge request isc-projects/bind9!185
This commit is contained in:
commit
ecd812b4d6
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