+3480. [bug] Silence logging noise when setting up zone
+ statistics. [RT #32525]
+
3479. [bug] Address potential memory leaks in gssapi support
code. [RT #32405]
REQUIRE(DNS_ZONE_VALID(zone));
- dns_zone_log(zone, ISC_LOG_INFO, "Setting zone query stats");
-
LOCK_ZONE(zone);
if (zone->requeststats_on && stats == NULL)
zone->requeststats_on = ISC_FALSE;
REQUIRE(DNS_ZONE_VALID(zone));
- dns_zone_log(zone, ISC_LOG_INFO, "Setting received query stats");
-
LOCK_ZONE(zone);
if (zone->requeststats_on && stats != NULL) {
if (zone->rcvquerystats == NULL) {