mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Return configured DNSKEYs even though we don't have RRSIGS for them.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user