From: Evan Hunt Date: Thu, 19 May 2011 04:44:58 +0000 (+0000) Subject: another post-commit bugfix for change 3114: need to take rndc freeze into X-Git-Tag: v9.9.0a1~240 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=276f9fac3ea593dfe84e1c794801371d629021f0;p=thirdparty%2Fbind9.git another post-commit bugfix for change 3114: need to take rndc freeze into account in determining whether zone is dynamic --- diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 3eff261d00a..8e7195fd745 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.607 2011/05/19 04:33:17 each Exp $ */ +/* $Id: zone.c,v 1.608 2011/05/19 04:44:58 each Exp $ */ /*! \file */ @@ -3625,7 +3625,7 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime, } if (zone->type == dns_zone_master && - dns_zone_isdynamic(zone, ISC_TRUE) && + dns_zone_isdynamic(zone, ISC_FALSE) && dns_db_issecure(db)) { dns_name_t *name; dns_fixedname_t fixed;