update copyright notice

This commit is contained in:
Automatic Updater
2009-12-30 23:49:14 +00:00
parent 6473a5d888
commit 400615c294
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
* 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
@@ -15,7 +15,7 @@
* 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

View File

@@ -15,7 +15,7 @@
* 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 */
@@ -13774,7 +13774,7 @@ zone_rekey(dns_zone_t *zone) {
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);
@@ -13795,7 +13795,7 @@ zone_rekey(dns_zone_t *zone) {
key->first_sign = ISC_FALSE;
}
}
UNLOCK_ZONE(zone);
UNLOCK_ZONE(zone);
}
isc_time_settoepoch(&zone->refreshkeytime);