mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
qtype was not restored correctly after recursion.
This commit is contained in:
parent
5d5ea8cf11
commit
238c9f5aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue