mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
ipa_range_check: Connect the new node of the linked list
Part of: https://fedorahosted.org/freeipa/ticket/4137 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
2011392246
commit
2c4d41221a
@ -131,6 +131,7 @@ static int map_domain_to_root(struct domain_info **head,
|
||||
new_head->forest_root_id = slapi_entry_attr_get_charptr(root_domain,
|
||||
IPA_DOMAIN_ID);
|
||||
new_head->next = *head;
|
||||
*head = new_head;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user