mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
update copyright notice
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
||||
[<!ENTITY mdash "—">]>
|
||||
<!--
|
||||
- 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>
|
||||
|
@@ -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);
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user