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

Small fix.

parent b8bba852
No related branches found
No related tags found
No related merge requests found
......@@ -654,6 +654,7 @@ int knot_zload_open(zloader_t **dst, const char *source, const char *origin,
knot_zone_t *zone = knot_zone_new(context->last_node);
context->current_zone = knot_zone_get_contents(zone);
context->node_rrsigs = NULL;
context->ret = KNOT_EOK;
/* Create file loader. */
file_loader_t *loader = file_loader_create(source, origin,
......
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