Skip to content
Snippets Groups Projects
Commit 3a38d5f1 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

RRSet wire: Fixed bad argument in to_wire()

parent 0adedc6c
Branches
Tags
No related merge requests found
......@@ -470,7 +470,7 @@ static int write_rdata(const knot_rrset_t *rrset, uint16_t rrset_index,
// }
int ret = traverse_rdata(rrset->type, &src, &src_avail, wire,
capacity, compr, compr_hint, flags,
compr->wire, compress_dname);
NULL, compress_dname);
if (ret != KNOT_EOK) {
return ret;
}
......
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