cgrzemba / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

3d623c0 Ticket #306 - void function cannot return value

Authored and Committed by mreynolds 12 years ago
    Ticket #306 - void function cannot return value
    
    Bug Description:  slapi_attr_value_normalize() was trying to return
                       slapi_attr_value_normalize_ext().
    
    Fix Description:  Instead of returning the function, we just call it.
                      Currently this function is not being used by the DS,
                      but it should be fixed.
    
    https://fedorahosted.org/389/ticket/306