diff --git a/bin/named/controlconf.c b/bin/named/controlconf.c index 5f792d76c2..d01a91a8b1 100644 --- a/bin/named/controlconf.c +++ b/bin/named/controlconf.c @@ -736,7 +736,6 @@ controlkeylist_fromcfg(const cfg_obj_t *keylist, isc_mem_t *mctx, key->secret.length = 0; ISC_LINK_INIT(key, link); ISC_LIST_APPEND(*keyids, key, link); - newstr = NULL; } }