Skip to content
Snippets Groups Projects
Commit d9f3e1ee authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Removed direct use of node's field

parent 2138b9d5
No related branches found
No related tags found
No related merge requests found
......@@ -542,7 +542,7 @@ static void find_and_set_wildcard_child(dnslib_zone_t *zone,
assert(wildcard_parent); /* it *has* to be there */
wildcard_parent->wildcard_child = node;
dnslib_node_set_wildcard_child(wildcard_parent, node);
}
/*!
......
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