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:
Ondřej Surý 2018-04-09 10:51:54 -04:00
commit ecd812b4d6

View file

@ -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");