Skip to content
Snippets Groups Projects
Commit b6d6b4f8 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Minor fix.

parent 7bc5a807
No related branches found
No related tags found
No related merge requests found
......@@ -725,7 +725,9 @@ dnslib_zone_t *dnslib_zload_load(zloader_t *loader)
dnslib_zone_t *zone = dnslib_zone_new(apex, auth_node_count);
if (zone == NULL) {
cleanup_id_array(id_array, 1,
node_count + nsec3_node_count + 1);
return NULL;
}
apex->prev = 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