diff options
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/crypto/gse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index 3571dfd062..e2a84c19b5 100644 --- a/source3/librpc/crypto/gse.c +++ b/source3/librpc/crypto/gse.c @@ -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) { |