+2142. [bug] Handle master files with a modification time that
+ matches the epoch. [RT# 16612]
+
2140. [bug] libbind: missing unlock on pthread_key_create()
failures. [RT #16654]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.333.2.23.2.67 2006/12/07 06:21:45 marka Exp $ */
+/* $Id: zone.c,v 1.333.2.23.2.68 2007/02/26 00:50:19 marka Exp $ */
#include <config.h>
result = isc_file_getmodtime(zone->masterfile,
&filetime);
if (result == ISC_R_SUCCESS &&
+ DNS_ZONE_FLAG(zone, DNS_ZONEFLG_LOADED) &&
isc_time_compare(&filetime, &zone->loadtime) <= 0) {
dns_zone_log(zone, ISC_LOG_DEBUG(1),
"skipping load: master file older "