mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
s3:librpc/gse: include ccache_name in DEBUG message if krb5_cc_resolve() fails
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12480 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
e838347105
commit
6f029d5870
@ -172,8 +172,8 @@ static NTSTATUS gse_context_init(TALLOC_CTX *mem_ctx,
|
||||
k5ret = krb5_cc_resolve(gse_ctx->k5ctx, ccache_name,
|
||||
&gse_ctx->ccache);
|
||||
if (k5ret) {
|
||||
DEBUG(1, ("Failed to resolve credential cache! (%s)\n",
|
||||
error_message(k5ret)));
|
||||
DEBUG(1, ("Failed to resolve credential cache '%s'! (%s)\n",
|
||||
ccache_name, error_message(k5ret)));
|
||||
status = NT_STATUS_INTERNAL_ERROR;
|
||||
goto err_out;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user