From 83a2e2b627a00a96ffd57e459317995ddef3c4e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz>
Date: Thu, 1 Oct 2015 18:08:44 +0200
Subject: [PATCH] modules/hints: data from hints is never authoritative

---
 modules/hints/hints.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/hints/hints.c b/modules/hints/hints.c
index 28ae1ca43..ed91c0b63 100644
--- a/modules/hints/hints.c
+++ b/modules/hints/hints.c
@@ -108,6 +108,7 @@ static int query(knot_layer_t *ctx, knot_pkt_t *pkt)
 		return ctx->state;
 	}
 	DEBUG_MSG(qry, "<= answered from hints\n");
+	qry->flags &= ~QUERY_DNSSEC_WANT; /* Never authenticated */
 	qry->flags |= QUERY_CACHED|QUERY_NO_MINIMIZE;
 	pkt->parsed = pkt->size;
 	knot_wire_set_qr(pkt->wire);
-- 
GitLab