Skip to content
Snippets Groups Projects
Commit 83a2e2b6 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

modules/hints: data from hints is never authoritative

parent 622ae73b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment