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

One of the tests was not returning value. Refs #116

parent 5297eb14
Branches
Tags
No related merge requests found
......@@ -130,6 +130,7 @@ static int test_node_get_parent()
}
dnslib_node_free(&nodes[i]);
}
return (errors == 0);
}
static int test_node_delete()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment