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

Fix

parent c4eb3db1
No related merge requests found
......@@ -1541,7 +1541,7 @@ void knot_packet_dump(const knot_packet_t *packet)
knot_wire_flags_get_ad(packet->header.flags2) ? "ad" : "",
knot_wire_flags_get_cd(packet->header.flags2) ? "cd" : "");
dbg_packet(" RCODE: %u\n", knot_wire_flags_get_rcode(
packet->header.flags2);
packet->header.flags2));
dbg_packet(" QDCOUNT: %u\n", packet->header.qdcount);
dbg_packet(" ANCOUNT: %u\n", packet->header.ancount);
dbg_packet(" NSCOUNT: %u\n", packet->header.nscount);
......
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