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

internet: mighty typo that broke tests, authority isn't the new answer

parent da0d22f0
No related branches found
No related tags found
No related merge requests found
......@@ -708,7 +708,7 @@ static int default_answer(knot_pkt_t *response, struct query_data *qdata)
/* Resolve ANSWER. */
dbg_ns("%s: writing %p ANSWER\n", __func__, response);
knot_pkt_begin(response, KNOT_AUTHORITY);
knot_pkt_begin(response, KNOT_ANSWER);
SOLVE_STEP(solve_answer, state, NULL);
SOLVE_STEP(solve_answer_dnssec, state, NULL);
......
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