zone is not loaded. [RT #20757]
+2814. [func] Provide a definitive error message when a master
+ zone is not loaded. [RT #20757]
+
2797. [bug] Don't decrement the dispatch manager's maxbuffers.
[RT #20613]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.470.12.15 2009/11/12 23:43:36 marka Exp $ */
+/* $Id: zone.c,v 1.470.12.16 2009/12/21 04:34:08 marka Exp $ */
/*! \file */
if (zone->task != NULL)
zone_settimer(zone, &now);
result = ISC_R_SUCCESS;
- }
+ } else if (zone->type == dns_zone_master)
+ dns_zone_log(zone, ISC_LOG_ERROR, "not loaded due to errors.");
return (result);
}