3498. [bug] zone statistics for zones which matched a potential

empty zone could have their zone-statistics setting
                        overridden.

reviewed via jabber.
This commit is contained in:
Mark Andrews 2013-02-26 15:47:26 +11:00
parent 118bdfd8c4
commit bdc7cf66ff
2 changed files with 4 additions and 1 deletions

View file

@ -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]

View 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;
}