]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:librpc/gse: fix debug message in gse_init_client()
authorStefan Metzmacher <metze@samba.org>
Mon, 22 Jun 2015 13:21:53 +0000 (15:21 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 Mar 2016 05:52:26 +0000 (06:52 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/librpc/crypto/gse.c

index 74909879af8fc4fd486a05a04b948240b86553ba..6ba4d4aa27b20d2ea4cc2be086058e5704eed378 100644 (file)
@@ -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;