Skip to content
Snippets Groups Projects
Commit 9cb7c6a0 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed broken unit tests.

parent 0d6fccb9
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ void create_root_zone(knot_nameserver_t *ns, mm_ctx_t *mm)
/* Bake the zone. */
knot_node_t *first_nsec3 = NULL, *last_nsec3 = NULL;
knot_zone_contents_adjust(root->contents, &first_nsec3, &last_nsec3, false);
knot_zone_contents_adjust_full(root->contents, &first_nsec3, &last_nsec3);
/* Switch zone db. */
knot_zonedb_free(&ns->zone_db);
......
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