cgrzemba / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

c94f901 Ticket 48283 - many attrlist_replace errors in connection with cleanallruv

1 file Authored by lkrispen 8 years ago, Committed by nhosoi 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
    
    (cherry picked from commit e9c84a65e014b4ecda8edbebbdaa6a2a1ca932cf)
    
        
file modified
+1 -1