Skip to content
Snippets Groups Projects
Commit 3548a80b authored by Robert Edmonds's avatar Robert Edmonds
Browse files

pkt: return pkt->lower_qname from knot_pkt_qname()

parent 7ce107e0
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ static inline knot_dname_t *knot_pkt_qname(const knot_pkt_t *pkt)
return NULL;
}
return pkt->wire + KNOT_WIRE_HEADER_SIZE;
return pkt->lower_qname;
}
static inline uint16_t knot_pkt_qtype(const knot_pkt_t *pkt)
......
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