From: Automatic Updater Date: Mon, 13 Jul 2009 23:47:42 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.7.0a2~67 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=fd4dcaddae08b0fb28b0ec4faf26a9d8b1f923ca;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/check/named-checkconf.docbook b/bin/check/named-checkconf.docbook index ce072c8929b..877998be0cc 100644 --- a/bin/check/named-checkconf.docbook +++ b/bin/check/named-checkconf.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []> - + June 14, 2000 @@ -35,6 +35,7 @@ 2004 2005 2007 + 2009 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/dns/keytable.c b/lib/dns/keytable.c index 4647adb02ee..d2cd6bd4d41 100644 --- a/lib/dns/keytable.c +++ b/lib/dns/keytable.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keytable.c,v 1.37 2009/07/13 21:53:03 each Exp $ */ +/* $Id: keytable.c,v 1.38 2009/07/13 23:47:42 tbox Exp $ */ /*! \file */ @@ -196,9 +196,9 @@ insert(dns_keytable_t *keytable, isc_boolean_t managed, knode = NULL; } - /* Key was already there? That's the same as a success */ - if (result == ISC_R_EXISTS) - result = ISC_R_SUCCESS; + /* Key was already there? That's the same as a success */ + if (result == ISC_R_EXISTS) + result = ISC_R_SUCCESS; RWUNLOCK(&keytable->rwlock, isc_rwlocktype_write); diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 937e8dc0560..569cb63783f 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.498 2009/07/13 21:49:57 each Exp $ */ +/* $Id: zone.c,v 1.499 2009/07/13 23:47:42 tbox Exp $ */ /*! \file */ @@ -3004,8 +3004,8 @@ sync_keyzone(dns_zone_t *zone, dns_db_t *db, isc_boolean_t addsoa) { dns_rbtnodechain_current(&chain, &foundname, origin, &rbtnode); keynode = rbtnode->data; - if (keynode == NULL) - goto skip; + if (keynode == NULL) + goto skip; if (dns_keynode_managed(keynode)) { dns_fixedname_t fname;