719. [bug] Rapid reloads could trigger an assertion failure.
[RT #743]
+ 719. [bug] Rapid reloads could trigger an assertion failure.
+ [RT #743]
+
717. [bug] Certain TKEY processing failure modes could
reference an uninitialized variable, causing the
server to crash. [RT #750]
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.283.2.6 2001/01/24 00:17:26 bwelling Exp $ */
+/* $Id: zone.c,v 1.283.2.7 2001/01/31 18:04:45 gson Exp $ */
#include <config.h>
INSIST(zone->type != dns_zone_none);
+ if (DNS_ZONE_FLAG(zone, DNS_ZONEFLG_LOADING)) {
+ result = ISC_R_SUCCESS;
+ goto cleanup;
+ }
+
if (zone->db != NULL && zone->masterfile == NULL) {
/*
* The zone has no master file configured, but it already