From: Marek VavruĊĦa Date: Thu, 1 Oct 2015 16:08:44 +0000 (+0200) Subject: modules/hints: data from hints is never authoritative X-Git-Tag: v1.0.0-beta1~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83a2e2b627a00a96ffd57e459317995ddef3c4e6;p=thirdparty%2Fknot-resolver.git modules/hints: data from hints is never authoritative --- 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);