f4739bc ipaserver/install/installutils: clean up properly after yield

1 file Authored by abbra 10 years ago, Committed by mkosek 10 years ago,
    ipaserver/install/installutils: clean up properly after yield
    
    When a context to which we yield generates exception, the code in
    private_ccache() and stopped_service() didn't get called for cleanup.