mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3:librpc/gse: fix debug message in gse_init_client()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
46b9252518
commit
84c66f1a38
@ -255,8 +255,7 @@ static NTSTATUS gse_init_client(TALLOC_CTX *mem_ctx,
|
||||
&gse_ctx->creds,
|
||||
NULL, NULL);
|
||||
if (gss_maj) {
|
||||
DEBUG(0, ("gss_acquire_creds failed for %s, with [%s]\n",
|
||||
(char *)name_buffer.value,
|
||||
DEBUG(0, ("gss_acquire_creds failed for GSS_C_NO_NAME with [%s]\n",
|
||||
gse_errstr(gse_ctx, gss_maj, gss_min)));
|
||||
status = NT_STATUS_INTERNAL_ERROR;
|
||||
goto err_out;
|
||||
|
Loading…
Reference in New Issue
Block a user