Skip to content
Snippets Groups Projects
Commit d479f992 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

kdig: fix reply rrsets canonicalization

parent 0d1f54a7
No related branches found
No related tags found
1 merge request!518Fix kdig canonization
......@@ -584,7 +584,7 @@ static int process_query_packet(const knot_pkt_t *query,
}
// Parse reply to the packet structure.
if (knot_pkt_parse(reply, 0) != KNOT_EOK) {
if (knot_pkt_parse(reply, KNOT_PF_NOCANON) != KNOT_EOK) {
ERR("malformed reply packet from %s\n", net->remote_str);
knot_pkt_free(&reply);
net_close(net);
......
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