shanks / freeipa

Forked from freeipa 5 years ago
Clone

642712f Silence GCC warning in ipa_extdom

Authored and Committed by cheimes 6 years ago
    Silence GCC warning in ipa_extdom
    
    NSS_STATUS_RETURN is an internal value but GCC doesn't know that.
    
    ipa_extdom_common.c:103:5: warning: enumeration value ‘NSS_STATUS_RETURN’ not handled in switch [-Wswitch]
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>