262054a Fix resolve_rrsets: RRSet is not hashable

Authored and Committed by mbasti 7 years ago
    Fix resolve_rrsets: RRSet is not hashable
    
    We cannot use set() with RRSet objects, because RRSet object is not
    hashable. A set was replaced by list.
    
    https://fedorahosted.org/freeipa/ticket/5710
    
    Reviewed-By: Petr Spacek <pspacek@redhat.com>
    
        
file modified
+2 -2