]> 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:47:26 +0000 (15:47 +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 f459f0ae2bd66e742b4a5271803b18ee95b61a66..7793c318514e60820e4e2a29882994095049f186 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.
+
 3497.  [func]          When deleting a slave/stub zone using 'rndc delzone'
                        report the files that were being used so they can
                        be cleaned up if desired. [RT #27899]
index 2558617d4a09f1d085ba281bf6411bd8f2899754..7b6e4fb21a7d88cb44440ef2be00dde2f566aea6 100644 (file)
@@ -3346,7 +3346,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;
                        }