3d0e3fb Fix UnboundLocalError in ipa-replica-manage on errors

1 file Authored by tvannahl 4 years ago, Committed by cheimes 4 years ago,
    Fix UnboundLocalError in ipa-replica-manage on errors
    
    If ipa-replica-manage is unable to retrieve e.g. due to certificate
    validity problem. An UnboundLocalError is thrown for `type1`. This fixes
    the issue with a clean exit.
    
    Reviewed-By: Christian Heimes <cheimes@redhat.com>