Skip to content
Snippets Groups Projects
Commit 948a4fc2 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

pkt: this was intentional, we don't want compression in QNAME

parent 3ef48522
Branches
Tags
No related merge requests found
......@@ -609,7 +609,7 @@ int knot_pkt_parse_question(knot_pkt_t *pkt)
/* Process question. */
int len = knot_dname_wire_check(pkt->wire + pkt->parsed,
pkt->wire + pkt->size,
pkt->wire);
NULL /* No compression in QNAME. */);
if (len <= 0) {
return KNOT_EMALF;
}
......
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