/*
- * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: ncache.h,v 1.26 2009/12/30 06:46:58 each Exp $ */
+/* $Id: ncache.h,v 1.27 2009/12/30 23:49:14 tbox Exp $ */
#ifndef DNS_NCACHE_H
#define DNS_NCACHE_H 1
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.548 2009/12/30 03:38:57 each Exp $ */
+/* $Id: zone.c,v 1.549 2009/12/30 23:49:12 tbox Exp $ */
/*! \file */
dns_db_closeversion(db, &ver, commit);
if (commit) {
- LOCK_ZONE(zone);
+ LOCK_ZONE(zone);
DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_NOTIFYRESIGN);
for (key = ISC_LIST_HEAD(rmkeys);
key->first_sign = ISC_FALSE;
}
}
- UNLOCK_ZONE(zone);
+ UNLOCK_ZONE(zone);
}
isc_time_settoepoch(&zone->refreshkeytime);