[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2553-g9e39ac1

Kai Blin kai at samba.org
Thu May 22 07:44:28 GMT 2008


The branch, v3-3-test has been updated
       via  9e39ac1cc31d48db968e79c4698901e079007ff7 (commit)
      from  fe8f9e427af3eb42d63fde96c4fe20a255facb95 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 9e39ac1cc31d48db968e79c4698901e079007ff7
Author: Kai Blin <kai at samba.org>
Date:   Thu May 22 09:40:25 2008 +0200

    client: Fix the proto header to fix the build.

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

Summary of changes:
 source/client/client_proto.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/client/client_proto.h b/source/client/client_proto.h
index 8e26058..d88805a 100644
--- a/source/client/client_proto.h
+++ b/source/client/client_proto.h
@@ -114,7 +114,7 @@ NTSTATUS rpccli_ntlmssp_bind_data(TALLOC_CTX *mem_ctx,
 				  struct cli_pipe_auth_data **presult);
 NTSTATUS rpccli_schannel_bind_data(TALLOC_CTX *mem_ctx, const char *domain,
 				   enum pipe_auth_level auth_level,
-				   const struct dcinfo *pdc,
+				   const uint8_t sess_key[16],
 				   struct cli_pipe_auth_data **presult);
 NTSTATUS rpccli_kerberos_bind_data(TALLOC_CTX *mem_ctx,
 				   enum pipe_auth_level auth_level,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list