Handle validation when more one key is needed.

This commit is contained in:
Simon Kelley
2014-02-10 20:11:24 +00:00
parent 1633e30834
commit 7fa836e105
3 changed files with 146 additions and 123 deletions

View File

@@ -560,7 +560,7 @@ struct frec {
time_t time;
unsigned char *hash[HASH_SIZE];
#ifdef HAVE_DNSSEC
int class;
int class, work_counter;
struct blockdata *stash; /* Saved reply, whilst we validate */
size_t stash_len;
struct frec *dependent; /* Query awaiting internally-generated DNSKEY or DS query */