Fix DNSSEC caching problems: incomplete RRSIG RRsets.

This commit is contained in:
Simon Kelley
2014-02-10 10:35:42 +00:00
parent e243c072b5
commit c8ca33f810
3 changed files with 60 additions and 63 deletions

View File

@@ -460,7 +460,7 @@ struct crec *cache_insert(char *name, struct all_addr *addr,
return NULL;
/* First remove any expired entries and entries for the name/address we
are currently inserting. Fail is we attempt to delete a name from
are currently inserting. Fail if we attempt to delete a name from
/etc/hosts or DHCP. */
if (!cache_scan_free(name, addr, now, flags))
{