Re: [Freeipa-devel] [PATCH 0093] Fix incorrect message occurence when re-adding the trust

2013-08-27 Thread Petr Viktorin
On 08/23/2013 07:23 PM, Nathaniel McCallum wrote: On Fri, 2013-08-23 at 13:13 +0200, Tomas Babej wrote: Hi, You cannot re-add the trust and modify the range in the process. The check in the code was malfunctioning since it assumed that range_size parameter has default value. However, default

[Freeipa-devel] [PATCH 0093] Fix incorrect message occurence when re-adding the trust

2013-08-23 Thread Tomas Babej
Hi, You cannot re-add the trust and modify the range in the process. The check in the code was malfunctioning since it assumed that range_size parameter has default value. However, default value is assigned only later in the add_range function. https://fedorahosted.org/freeipa/ticket/3870 --

Re: [Freeipa-devel] [PATCH 0093] Fix incorrect message occurence when re-adding the trust

2013-08-23 Thread Nathaniel McCallum
On Fri, 2013-08-23 at 13:13 +0200, Tomas Babej wrote: Hi, You cannot re-add the trust and modify the range in the process. The check in the code was malfunctioning since it assumed that range_size parameter has default value. However, default value is assigned only later in the add_range