]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3498. [bug] zone statistics for zones which matched a potential
authorMark Andrews <marka@isc.org>
Tue, 26 Feb 2013 04:47:26 +0000 (15:47 +1100)
committerMark Andrews <marka@isc.org>
Tue, 26 Feb 2013 04:49:37 +0000 (15:49 +1100)
                        empty zone could have their zone-statistics setting
                        overridden.

reviewed via jabber.

CHANGES
bin/named/server.c

diff --git a/CHANGES b/CHANGES
index 5712b11dcacc72f3c947170d64d9110251ab4a31..5691623dcc184800304a9182487b593f509a11fc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+3498.  [bug]           zone statistics for zones which matched a potential
+                       empty zone could have their zone-statistics setting
+                       overridden.
+
 3496.  [func]          Improvements to RPZ performance. The "response-policy"
                        syntax now includes a "min-ns-dots" clause, with
                        default 1, to exclude top-level domains from
index ce87a0cb1cf5c99ba8d3a81d4d7f74f62d1d0596..ab4bf4999a56efbb4d30f3db9fde5fd9ac1dfbd1 100644 (file)
@@ -2951,7 +2951,6 @@ configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig,
                         */
                        (void)dns_view_findzone(view, name, &zone);
                        if (zone != NULL) {
-                               CHECK(setquerystats(zone, mctx, zonestats_on));
                                dns_zone_detach(&zone);
                                continue;
                        }