"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
- 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>
<year>2004</year>
<year>2005</year>
<year>2007</year>
+ <year>2009</year>
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
</copyright>
<copyright>
* 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 */
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);
* 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 */
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;