]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_8] fix merge error
authorEvan Hunt <each@isc.org>
Fri, 22 Mar 2013 23:12:51 +0000 (16:12 -0700)
committerEvan Hunt <each@isc.org>
Fri, 22 Mar 2013 23:12:51 +0000 (16:12 -0700)
lib/dns/zone.c

index 0476e4a3de0275d8d4d573c330838a88f2f391ee..c7d574bcd8c820ba5a819bd5ddf142f3e1489235 100644 (file)
@@ -8177,7 +8177,6 @@ zone_maintenance(dns_zone_t *zone) {
         */
        switch (zone->type) {
        case dns_zone_master:
-       case dns_zone_redirect:
                if (DNS_ZONE_FLAG(zone, DNS_ZONEFLG_NEEDNOTIFY) &&
                    isc_time_compare(&now, &zone->notifytime) >= 0)
                        zone_notify(zone, &now);