adding multiple keys to the same node of the tree is not an error

This commit is contained in:
Brian Wellington
2000-05-19 00:50:45 +00:00
parent e492431068
commit afb6c3b615

View File

@@ -222,6 +222,7 @@ dns_keytable_add(dns_keytable_t *keytable, dst_key_t **keyp) {
node->data = knode;
*keyp = NULL;
knode = NULL;
result = ISC_R_SUCCESS;
}
RWUNLOCK(&keytable->rwlock, isc_rwlocktype_write);