mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3:gse: fix debug message in gse_get_server_auth_token()
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Mar 17 03:21:06 CET 2012 on sn-devel-104
This commit is contained in:
parent
9d7444bfce
commit
8d00fe57c2
@ -464,7 +464,7 @@ static NTSTATUS gse_get_server_auth_token(TALLOC_CTX *mem_ctx,
|
||||
status = NT_STATUS_MORE_PROCESSING_REQUIRED;
|
||||
break;
|
||||
default:
|
||||
DEBUG(1, ("gss_init_sec_context failed with [%s]\n",
|
||||
DEBUG(1, ("gss_accept_sec_context failed with [%s]\n",
|
||||
gse_errstr(talloc_tos(), gss_maj, gss_min)));
|
||||
|
||||
if (gse_ctx->gssapi_context) {
|
||||
|
Loading…
Reference in New Issue
Block a user