[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Fri Mar 16 20:22:05 MDT 2012


The branch, master has been updated
       via  8d00fe5 s3:gse: fix debug message in gse_get_server_auth_token()
      from  9d7444b Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an SD that se_access_check accepts.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8d00fe57c2d849ecdbc7b1b42f2a57966f80daac
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Mar 2 21:41:51 2012 +0100

    s3:gse: fix debug message in gse_get_server_auth_token()
    
    metze
    
    Autobuild-User: Stefan Metzmacher <metze at samba.org>
    Autobuild-Date: Sat Mar 17 03:21:06 CET 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/librpc/crypto/gse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c
index 3571dfd..e2a84c1 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) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list