Skip to content
Snippets Groups Projects
Commit ae16afc4 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Merge remote-tracking branch 'origin' into better_zone_dump

parents 8ac3853e 3f212957
No related branches found
No related tags found
1 merge request!112Better Zone Dump
......@@ -2082,10 +2082,10 @@ static void xfrin_cleanup_failed_update(knot_zone_contents_t *old_contents,
if (old_contents != NULL) {
// cleanup old zone tree - reset pointers to new node to NULL
knot_zone_tree_apply(old_contents, xfrin_cleanup_old_nodes,
knot_zone_tree_apply(old_contents->nodes, xfrin_cleanup_old_nodes,
NULL);
knot_zone_tree_apply(old_contents, xfrin_cleanup_old_nodes,
knot_zone_tree_apply(old_contents->nsec3_nodes, xfrin_cleanup_old_nodes,
NULL);
}
}
......
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