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

Added check.

parent 22118928
No related branches found
No related tags found
No related merge requests found
......@@ -1668,6 +1668,9 @@ int process_rr(void)
}
zone = dnslib_zone_new(parser->origin, 0);
if (zone == NULL) {
return KNOT_ZCOMPILE_ENOMEM;
}
parser->current_zone = zone;
}
......
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