[Freeipa-devel] [PATCHES 0172-0176] ipa_range_check improvements

Alexander Bokovoy abokovoy at redhat.com
Thu Apr 17 12:44:57 UTC 2014


On Thu, 17 Apr 2014, Tomas Babej wrote:
>>From d714f77f1f162d1c7daeecf7a340f95ed3368f2d Mon Sep 17 00:00:00 2001
>From: Tomas Babej <tbabej at redhat.com>
>Date: Wed, 16 Apr 2014 17:20:55 +0200
>Subject: [PATCH] ipa_range_check: Connect the new node of the linked list
>
>Part of: https://fedorahosted.org/freeipa/ticket/4137
>---
> daemons/ipa-slapi-plugins/ipa-range-check/ipa_range_check.c | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/daemons/ipa-slapi-plugins/ipa-range-check/ipa_range_check.c b/daemons/ipa-slapi-plugins/ipa-range-check/ipa_range_check.c
>index 68948f599aa4e6d21b071424ab27e3c62c0afefe..20961d8810448a46514ab82c8cdc318e014db4fc 100644
>--- a/daemons/ipa-slapi-plugins/ipa-range-check/ipa_range_check.c
>+++ b/daemons/ipa-slapi-plugins/ipa-range-check/ipa_range_check.c
>@@ -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;
> }

ACK

-- 
/ Alexander Bokovoy




More information about the Freeipa-devel mailing list