[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Aug 17 05:18:46 MDT 2010


The branch, master has been updated
       via  16ad1bb... s3-dcerpc: try to fix the non gssapi build.
      from  36cfadc... s3-dcerpc: fix c++ build warning.

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


- Log -----------------------------------------------------------------
commit 16ad1bbb4e8c50b9b45ed2cbdd8a815b267e3961
Author: Günther Deschner <gd at samba.org>
Date:   Tue Aug 17 13:18:34 2010 +0200

    s3-dcerpc: try to fix the non gssapi build.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/librpc/rpc/dcerpc_gssapi.c b/source3/librpc/rpc/dcerpc_gssapi.c
index f121265..f2c657c 100644
--- a/source3/librpc/rpc/dcerpc_gssapi.c
+++ b/source3/librpc/rpc/dcerpc_gssapi.c
@@ -610,7 +610,8 @@ bool gse_require_more_processing(struct gse_context *gse_ctx)
 	return false;
 }
 
-DATA_BLOB gse_get_session_key(struct gse_context *gse_ctx)
+DATA_BLOB gse_get_session_key(TALLOC_CTX *mem_ctx,
+			      struct gse_context *gse_ctx)
 {
 	return data_blob_null;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list