+1943. [bug] Set the loadtime after rollimg forward the journal.
+ [RT #15647]
+
1942. [bug] If the name of a DNSKEY match that of one in
trusted-keys do not attempt to validate the DNSKEY
using the parents DS RRset. [RT #15649]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.446 2005/11/30 03:33:49 marka Exp $ */
+/* $Id: zone.c,v 1.447 2006/01/03 05:26:29 marka Exp $ */
/*! \file */
dns_zone_log(zone, ISC_LOG_DEBUG(2),
"number of nodes in database: %u",
dns_db_nodecount(db));
- zone->loadtime = loadtime;
-
- dns_zone_log(zone, ISC_LOG_DEBUG(1), "loaded");
if (result == DNS_R_SEENINCLUDE)
DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_HASINCLUDE);
else
DNS_ZONE_CLRFLAG(zone, DNS_ZONEFLG_HASINCLUDE);
+
/*
* Apply update log, if any, on initial load.
*/
needdump = ISC_TRUE;
}
+ zone->loadtime = loadtime;
+
+ dns_zone_log(zone, ISC_LOG_DEBUG(1), "loaded");
+
/*
* Obtain ns, soa and cname counts for top of zone.
*/