mayorga / 389-ds-base

Forked from 389-ds-base 7 years ago
Clone

818f6a2 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 2674f5594a2eb088be34728c12c1169df36b1588)
    
        
file modified
+1 -1