[Freeipa-devel] [PATCH 71] improve handling of ds instances during uninstall

Rob Crittenden rcritten at redhat.com
Thu Apr 5 19:58:54 UTC 2012


Alexander Bokovoy wrote:
> On Thu, 05 Apr 2012, John Dennis wrote:
>> On 04/05/2012 01:26 AM, Alexander Bokovoy wrote:
>>> On Wed, 04 Apr 2012, John Dennis wrote:
>>>> + # Strip off prefix
>>>> + instance = basename[len(instance_prefix):]
>>>> + # Must be non-empty
>>>> + if instance:
>>>> + instances.append(basename[len(instance_prefix):])
>>> You have already generated basename[len(instance_prefix):], may be it
>>> could be as simple as
>>> instances.append(instance)
>>> here?
>>>
>>
>> Good catch, yup that's what I meant to write, must have been a
>> cut-n-paste mistake.
>>
>> Revised patch attached.
> ACK now.
>

Rebased and pushed to master and ipa-2-2

rob




More information about the Freeipa-devel mailing list