fe689e9 Fix possibly undefined variable in ipa_smb_conf_exists()

Authored and Committed by mbasti 7 years ago
    Fix possibly undefined variable in ipa_smb_conf_exists()
    
    There was missing else statement what may result in undefined conf_fd
    variable.
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>