Rename the last occurence of dns_dt_create2.

This commit is contained in:
Mathieu Arnold 2018-04-09 13:25:00 +02:00 committed by Ondřej Surý
parent f595ab93eb
commit ebf7641610

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