Skip to content
Snippets Groups Projects
Commit 4015bf79 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Fixed wrong #ifdef

parent 30c8dcf0
Branches
Tags
No related merge requests found
......@@ -506,7 +506,7 @@ int knot_pkt_put(knot_pkt_t *pkt, uint16_t compr_hint, const knot_rrset_t *rr, c
memset(rrinfo, 0, sizeof(knot_rrinfo_t));
rrinfo->pos = pkt->size;
rrinfo->flags = flags;
#ifdef NDEBUG
#ifndef NDEBUG
assert(!rrsigs || knot_dname_is_equal(rr->owner, rrsigs->owner));
#endif
rrinfo->compress_ptr[0] = compr_hint;
......
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