adamwill / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

d640d75 Ticket #306 - void function cannot return value

1 file Authored by mreynolds 12 years ago, Committed by rmeggins 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
    (cherry picked from commit 3d623c07a380d497e0566d0dd6496667016922a7)