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

zone-update: use update->new_cont instead of update->zone->contents for full catalog update

parent 1334d49b
No related branches found
No related tags found
1 merge request!1279Catalog conf groups
Pipeline #80743 passed
......@@ -744,7 +744,7 @@ static int update_catalog(conf_t *conf, zone_update_t *update)
update->zone->name);
if (ret == KNOT_EOK) {
ret = catalog_update_from_zone(update->zone->catalog_upd,
update->zone->contents, update->new_cont, // TODO why update->zone->contents ??
update->new_cont, update->new_cont,
false, true, 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