Skip to content
Snippets Groups Projects
Commit 29972847 authored by Libor Peltan's avatar Libor Peltan
Browse files

dnssec/nsec_update: bugfix: removed code removing what had been removed

parent a138b6b8
No related branches found
No related tags found
1 merge request!1002Nsec optimi2reb
......@@ -295,8 +295,6 @@ int knot_nsec_chain_iterate_fix(zone_tree_t *old_nodes, zone_tree_t *new_nodes,
while (cmp != 0) {
if (cmp < 0) {
// a node was removed
ret = knot_nsec_changeset_remove(old_curr, data->update);
CHECK_RET;
old_prev = old_curr;
old_curr = it_next1(&old_it, old_first);
ret = callback(new_prev, new_curr, data);
......
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