Skip to content
Snippets Groups Projects
Commit 18ef7d39 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

review: revert incorrectly removed code

parent b4e085cc
No related branches found
No related tags found
1 merge request!547NSEC3 resalt
......@@ -493,6 +493,10 @@ int apply_changeset_directly(apply_ctx_t *ctx, zone_contents_t *contents, change
}
ret = zone_contents_adjust_full(contents);
if (ret != KNOT_EOK) {
update_cleanup(ctx);
return ret;
}
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