qtype was not restored correctly after recursion.

This commit is contained in:
Bob Halley 1999-10-16 20:50:33 +00:00
parent 5d5ea8cf11
commit 238c9f5aaa

View file

@ -1465,7 +1465,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event) {
client->query.attributes &= ~NS_QUERYATTR_RECURSING;
qtype = event->type;
qtype = event->qtype;
if (qtype == dns_rdatatype_sig)
type = dns_rdatatype_any;
else