c192c1a ipaldap: Convert dict items to list before iterating

1 file Authored by pviktori 7 years ago, Committed by mbasti 7 years ago,
    ipaldap: Convert dict items to list before iterating
    
    In Python 3, dict.items() returns a view.
    When such a view is iterated over, the dict cannot change size.
    
    Part of the work for: https://fedorahosted.org/freeipa/ticket/4985
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+1 -1