Skip to content
Snippets Groups Projects
Commit 45dc01c8 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

fixed eac7291d as it was intended

parent eac7291d
Branches
Tags
No related merge requests found
......@@ -200,6 +200,6 @@ int zone_load_post(zone_contents_t *contents, zone_t *zone, uint32_t *dnssec_ref
bool zone_load_can_bootstrap(const conf_zone_t *zone_config)
{
return conf() && !EMPTY_LIST(zone_config->acl.xfr_in);
return zone_config && !EMPTY_LIST(zone_config->acl.xfr_in);
}
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