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

Debug message added

parent 25852069
No related branches found
No related tags found
No related merge requests found
......@@ -785,6 +785,8 @@ int knot_packet_parse_from_wire(knot_packet_t *packet,
return KNOT_EMALF;
}
knot_packet_dump(packet);
if (packet->header.qdcount == 1) {
if ((err = knot_packet_parse_question(wireformat, &pos, size,
&packet->question, packet->prealloc_type
......
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