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

zone-load: revert e800ba27 - postponed

parent d8c77591
Branches
Tags
No related merge requests found
......@@ -229,10 +229,6 @@ static zone_t *create_zone(zone_t *old_zone, conf_zone_t *conf, server_t *server
case ZONE_STATUS_FOUND_NEW:
case ZONE_STATUS_FOUND_UPDATED:
new_zone = load_zone_file(conf);
if (!new_zone) {
zstatus = ZONE_STATUS_NOT_FOUND;
new_zone = bootstrap_zone(conf);
}
break;
case ZONE_STATUS_FOUND_CURRENT:
new_zone = preserve_zone(conf, old_zone);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment