This commit is contained in:
Simon Kelley
2014-02-13 16:43:49 +00:00
parent 2ecd9bd5c0
commit dac74312da

View File

@@ -256,7 +256,7 @@ static int forward_query(int udpfd, union mysockaddr *udpaddr,
else if (forward || (hash && (forward = lookup_frec_by_sender(ntohs(header->id), udpaddr, hash)))) else if (forward || (hash && (forward = lookup_frec_by_sender(ntohs(header->id), udpaddr, hash))))
{ {
#ifdef HAVE_DNSSEC #ifdef HAVE_DNSSEC
/* If we've already got an answer to this query, but we're awaiting keys for vaildation, /* If we've already got an answer to this query, but we're awaiting keys for validation,
there's no point retrying the query, retry the key query instead...... */ there's no point retrying the query, retry the key query instead...... */
if (forward->blocking_query) if (forward->blocking_query)
{ {