From afb6c3b615e4bd107bc7158a4afcc9e2cd1aafef Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Fri, 19 May 2000 00:50:45 +0000 Subject: [PATCH] adding multiple keys to the same node of the tree is not an error --- lib/dns/keytable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/keytable.c b/lib/dns/keytable.c index 135d34d1f6..d16e27e7bb 100644 --- a/lib/dns/keytable.c +++ b/lib/dns/keytable.c @@ -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);