Skip to content
Snippets Groups Projects
Commit 9c27744b authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Reeanbled outgoing DNAME compression.

parent 133e1a2a
Branches
Tags
No related merge requests found
......@@ -858,7 +858,7 @@ dbg_rrset_exec_detail(
knot_rrset_dump(rrset);
);
int ret = knot_rrset_to_wire_aux(rrset, &pos, max_size, NULL);//comp_data);
int ret = knot_rrset_to_wire_aux(rrset, &pos, max_size, comp_data);
assert(ret != 0);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment