mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:02:04 -04:00
another post-commit bugfix for change 3114: need to take rndc freeze into
account in determining whether zone is dynamic
This commit is contained in:
parent
d9343d917a
commit
276f9fac3e
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue