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

Fix in zone tests.

parent 2ed0a397
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ static int test_zone_create(dnslib_zone_t **zone)
return 0;
}
*zone = dnslib_zone_new(node);
*zone = dnslib_zone_new(node, 0);
if ((*zone) == NULL) {
diag("zone: Failed to create 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