]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Mon, 13 Jul 2009 23:47:42 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Mon, 13 Jul 2009 23:47:42 +0000 (23:47 +0000)
bin/check/named-checkconf.docbook
lib/dns/keytable.c
lib/dns/zone.c

index ce072c8929b0c7b8ba1f7921ce1a09888973fb63..877998be0cc9e2b616cba3ce8494a38d01027a4c 100644 (file)
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
               [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2002  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and/or distribute this software for any
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: named-checkconf.docbook,v 1.20 2009/07/13 06:57:21 marka Exp $ -->
+<!-- $Id: named-checkconf.docbook,v 1.21 2009/07/13 23:47:42 tbox Exp $ -->
 <refentry id="man.named-checkconf">
   <refentryinfo>
     <date>June 14, 2000</date>
@@ -35,6 +35,7 @@
       <year>2004</year>
       <year>2005</year>
       <year>2007</year>
+      <year>2009</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
     <copyright>
index 4647adb02eee826609689a2c37ae15715507f89d..d2cd6bd4d4151fbdea3ac970bb27a80c7f3d75ac 100644 (file)
@@ -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);
 
index 937e8dc05603268d8c813f8e80196c3ec0e4b361..569cb63783f196fc3f97c0bbca8e60993a9db72d 100644 (file)
@@ -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;