Return configured DNSKEYs even though we don't have RRSIGS for them.

This commit is contained in:
Simon Kelley
2014-02-03 16:44:32 +00:00
parent 8d718cbb3e
commit 5f938534a9
3 changed files with 69 additions and 67 deletions

View File

@@ -73,8 +73,7 @@ struct blockdata *blockdata_alloc(char *data, size_t len)
keyblock_free = block->next;
blockdata_count++;
}
if (!block)
else
{
/* failed to alloc, free partial chain */
blockdata_free(ret);