f56a927 Ticket 49223 - Fix sds queue locking

Authored and Committed by William Brown 7 years ago
    Ticket 49223 - Fix sds queue locking
    
    Bug Description:  In some cases nspr locks may have allowed a corruption
    in the queue to occur.
    
    Fix Description:  Change to pthread mutex, and fix the naming of
    the struct members.
    
    https://pagure.io/389-ds-base/issue/49223
    
    Author: wibrown
    
    Review by: mreynolds (Thanks!)
    
        
file modified
+1 -1
file modified
+10 -8