2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

update copyright notice

This commit is contained in:
Automatic Updater
2009-07-13 23:47:42 +00:00
parent 3cc98b8ece
commit fd4dcaddae
3 changed files with 10 additions and 9 deletions

View 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);