2674f55 Ticket 48283 - many attrlist_replace errors in connection with cleanallruv

Authored and Committed by lkrispen 8 years ago
    Ticket 48283 - many attrlist_replace errors in connection with cleanallruv
    
    Bug Description:  attrlist_replace error messages are logged because the
                      list of values contains duplicate attributes
    
    Fix Description:  the duplicate values can appear because when a replica
                      is removed from the ruv the array is compacted, but
                      memcpy is used instead of memmove
    
    https://fedorahosted.org/389/ticket/48283
    
    Reviewed by: Rich, Thanks
    
        
file modified
+1 -1