From 238c9f5aaa5704fae2a39a4f3fde52a28ef71195 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 16 Oct 1999 20:50:33 +0000 Subject: [PATCH] qtype was not restored correctly after recursion. --- bin/named/query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/named/query.c b/bin/named/query.c index 21ba02d773..7179b90782 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -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