]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Rename the last occurence of dns_dt_create2.
authorMathieu Arnold <mat@mat.cc>
Mon, 9 Apr 2018 11:25:00 +0000 (13:25 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 9 Apr 2018 14:46:07 +0000 (16:46 +0200)
bin/named/server.c

index b945bf59a1491d26b9cf07dc38a53e014ab1965a..faf6481778f2730d0d665b8eef14f4e0309bec59 100644 (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");