From: Greg Hudson Date: Mon, 20 Oct 2014 16:52:45 +0000 (-0400) Subject: Report output ccache errors getting initial creds X-Git-Tag: krb5-1.13.1-final~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2ac4e1afcb987e3c8ddfbeb73680b6501914e30;p=thirdparty%2Fkrb5.git Report output ccache errors getting initial creds In init_creds_step_reply, if we get an error storing output credentials, do set ctx->complete (since retrieving creds or times will work at this point) but don't suppress the error code. (cherry picked from commit feeddfb78ca5de066a509b6be8551d036e0f2c8a) ticket: 8028 version_fixed: 1.13.1 status: resolved --- diff --git a/src/lib/krb5/krb/get_in_tkt.c b/src/lib/krb5/krb/get_in_tkt.c index 5a2b8d8b22..2979287446 100644 --- a/src/lib/krb5/krb/get_in_tkt.c +++ b/src/lib/krb5/krb/get_in_tkt.c @@ -1647,7 +1647,6 @@ init_creds_step_reply(krb5_context context, k5_preauth_request_context_fini(context); /* success */ - code = 0; ctx->complete = TRUE; cleanup: