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

resolve: clear AA, set RA

parent 64a5c95b
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,10 @@ int kr_resolve(struct kr_context* ctx, knot_pkt_t *answer,
knot_requestor_clear(&requestor);
/* Check flags. */
knot_wire_clear_aa(answer->wire);
knot_wire_set_ra(answer->wire);
/* Resolution success, commit cache transaction. */
if (ret == KNOT_EOK) {
kr_rplan_txn_commit(&rplan);
......
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