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

@@ -486,7 +486,7 @@ struct crec *cache_insert(char *name, struct all_addr *addr,
insert. Once in this state, all inserts will probably fail. */
if (free_avail)
{
static warned = 0;
static int warned = 0;
if (!warned)
{
my_syslog(LOG_ERR, _("Internal error in cache."));