]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 30 Dec 2009 23:49:14 +0000 (23:49 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 30 Dec 2009 23:49:14 +0000 (23:49 +0000)
lib/dns/include/dns/ncache.h
lib/dns/zone.c

index 4ab32c8c8d43ca4e26cb5231c2ea4a88815dfe20..8f5f8f21a5e4994989fce136012089c3d04e65f3 100644 (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
index c87e468e2602115c68245c1d663c970215a5ced9..644a8419a74cdbb676a18ee6ddc921d8329d49b2 100644 (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);