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

zonedb: set ZONE_IS_CATALOG for generated catalogs

parent 4d73e351
No related branches found
No related tags found
1 merge request!1448Preserve all zone flags (including zone XFR freeze) during reload
Pipeline #97375 passed
......@@ -165,6 +165,7 @@ static zone_t *create_zone_new(conf_t *conf, const knot_dname_t *name,
zone_free(&zone);
return NULL;
}
zone_set_flag(zone, ZONE_IS_CATALOG);
} else if (conf_opt(&role) == CATALOG_ROLE_INTERPRET) {
ret = catalog_open(&server->catalog);
if (ret != 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