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

Change that should help locate error in tests.

parent 71791a99
No related branches found
No related tags found
No related merge requests found
......@@ -946,7 +946,10 @@ dbg_rrset_exec_detail(
* Since there is a possibility of corrupted list for second RRSet, it
* is safer to set its list to NULL, so that it cannot be used.
*/
rrset2->rdata = NULL;
/*!< \todo This change is only here to locate error. !!! */
// rrset2->rdata = NULL;
rrset2->rdata = rrset1->rdata;
return KNOT_EOK;
}
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