Skip to content
Snippets Groups Projects
Commit 6b088b2b authored by Libor Peltan's avatar Libor Peltan Committed by Daniel Salzman
Browse files

bugfix: don't incremental adjust when original zone not adjusted previously

parent 62e3c574
No related branches found
No related tags found
1 merge request!1004Additionals reverse tree
......@@ -639,7 +639,7 @@ static int commit_incremental(conf_t *conf, zone_update_t *update)
return ret;
}
if (zone_update_changed_nsec3param(update)) {
if (update->new_cont_deep_copy || zone_update_changed_nsec3param(update)) {
ret = zone_adjust_full(update->new_cont);
} else {
ret = zone_adjust_incremental_update(update);
......
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