Skip to content

Commit

Permalink
Report output ccache errors getting initial creds
Browse files Browse the repository at this point in the history
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 feeddfb)

ticket: 8145 (new)
version_fixed: 1.11.6
status: resolved
  • Loading branch information
greghudson authored and tlyu committed Feb 14, 2015
1 parent a5d9bdf commit f9628f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/krb5/krb/get_in_tkt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,6 @@ init_creds_step_reply(krb5_context context,
krb5_preauth_request_context_fini(context);

/* success */
code = 0;
ctx->complete = TRUE;

cleanup:
Expand Down

0 comments on commit f9628f8

Please sign in to comment.