b3424ed Fix incorrect error message occurence when re-adding the trust

1 file Authored by tbabej 10 years ago, Committed by pviktori 10 years ago,
    Fix incorrect error message occurence when re-adding the trust
    
    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
    
        
file modified
+1 -1