2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

3184. [bug] named had cpu usage when a redirect zone was

configured. [RT #26013]
This commit is contained in:
Mark Andrews
2011-10-28 00:36:54 +00:00
parent 5ba9b97aa8
commit cd22c3e4e4
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
3184. [bug] named had cpu usage when a redirect zone was
configured. [RT #26013]
3183. [bug] Added RTLD_GLOBAL flag to dlopen call. [RT #26301] 3183. [bug] Added RTLD_GLOBAL flag to dlopen call. [RT #26301]
3182. [bug] Auth servers behind firewalls which block packets 3182. [bug] Auth servers behind firewalls which block packets

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: zone.c,v 1.640 2011/10/26 20:56:45 marka Exp $ */ /* $Id: zone.c,v 1.641 2011/10/28 00:36:54 marka Exp $ */
/*! \file */ /*! \file */
@@ -8336,6 +8336,7 @@ zone_maintenance(dns_zone_t *zone) {
switch (zone->type) { switch (zone->type) {
case dns_zone_master: case dns_zone_master:
case dns_zone_redirect:
case dns_zone_slave: case dns_zone_slave:
/* /*
* Do we need to send out notify messages? * Do we need to send out notify messages?