From: Automatic Updater Date: Sat, 9 Jan 2010 23:48:45 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.4-ESV~9^2~44 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b871a3e0cd227c35bb98a7ee4614ea0d537fbfb7;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/lib/dns/include/dns/dnssec.h b/lib/dns/include/dns/dnssec.h index 507e16be4f7..625991ddefd 100644 --- a/lib/dns/include/dns/dnssec.h +++ b/lib/dns/include/dns/dnssec.h @@ -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 diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 2148b7a5fe6..f5adb4388f3 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -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) {