[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Jul 7 02:59:04 MDT 2014


The branch, master has been updated
       via  1dddf6c auth: Fix an incompatible pointer assignment
      from  ee32bc2 Order switch statements

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


- Log -----------------------------------------------------------------
commit 1dddf6c24ac87baad0d65db3d13d27e651f81499
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jul 3 13:58:17 2014 +0000

    auth: Fix an incompatible pointer assignment
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Stefan Metzmacher <metze at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Mon Jul  7 10:58:30 CEST 2014 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/auth/auth_samba4.c b/source3/auth/auth_samba4.c
index 284a91f..0a80d17 100644
--- a/source3/auth/auth_samba4.c
+++ b/source3/auth/auth_samba4.c
@@ -188,7 +188,7 @@ static NTSTATUS check_samba4_security(const struct auth_context *auth_context,
  * token is generated and used in the SMB and LDAP servers, for NTLM
  * and for Kerberos.
  */
-static NTSTATUS prepare_gensec(struct auth_context *auth_context,
+static NTSTATUS prepare_gensec(const struct auth_context *auth_context,
 			       TALLOC_CTX *mem_ctx,
 			       struct gensec_security **gensec_context)
 {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list