622be8b Ticket 48284 - free entry when internal add fails

Authored and Committed by mreynolds 8 years ago
    Ticket 48284 - free entry when internal add fails
    
    Bug Description:  The entry passed to an internal add operaton is expected
                      to be consumed, but it is not freed during an internal
                      add when setting slapi_add_internal_pb() returns an error.
    
    Fix Description:  Free the entry in slapi_add_internal_pb() when the operation
                      is not allowed.
    
    https://fedorahosted.org/389/ticket/48284
    
    Reviewed by: nhosoi(Thanks!)
    
        
file modified
+8 -2