Skip to content
Snippets Groups Projects
Commit e4522e2a authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed typo with reverted condition.

parent 056b74a7
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ dbg_response_exec(
dbg_response_verb("RRset added, size: %zu, RRs: %d, total "
"size of response: %zu\n\n", size, rr_count,
resp->size);
} else if (flags & KNOT_PF_NOTRUNC) {
} else if (!(flags & KNOT_PF_NOTRUNC)) {
dbg_response_verb("Setting TC bit.\n");
knot_wire_set_tc(resp->wireformat);
}
......
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