]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Sat, 9 Jan 2010 23:48:45 +0000 (23:48 +0000)
committerAutomatic Updater <source@isc.org>
Sat, 9 Jan 2010 23:48:45 +0000 (23:48 +0000)
lib/dns/include/dns/dnssec.h
lib/dns/zone.c

index 507e16be4f7886ac7dddb4732eab222566e2329a..625991ddefd9e597e621453f9e8a2c1c3ef1a2e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2010  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: dnssec.h,v 1.41 2010/01/09 15:21:10 fdupont Exp $ */
+/* $Id: dnssec.h,v 1.42 2010/01/09 23:48:45 tbox Exp $ */
 
 #ifndef DNS_DNSSEC_H
 #define DNS_DNSSEC_H 1
index 2148b7a5fe6c589d0d34eef74d75897ec116ab18..f5adb4388f3ecb6dfafe6556542fedc96f6ec537 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.550 2010/01/09 17:09:00 each Exp $ */
+/* $Id: zone.c,v 1.551 2010/01/09 23:48:45 tbox Exp $ */
 
 /*! \file */
 
@@ -13747,8 +13747,8 @@ zone_rekey(dns_zone_t *zone) {
 
                result = dns_dnssec_updatekeys(&dnskeys, &keys, &rmkeys,
                                               &zone->origin, ttl, &diff,
-                                               ISC_TF(!check_ksk),
-                                               mctx, logmsg);
+                                              ISC_TF(!check_ksk),
+                                              mctx, logmsg);
 
                /* Keys couldn't be updated for some reason; try again later. */
                if (result != ISC_R_SUCCESS) {