[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Mon Mar 28 17:35:02 MDT 2011


The branch, master has been updated
       via  e068144 s3:rpc_client: fix argument order of call to lsa_open_policy2 in rpccli_lsa_open_policy2
      from  2c0d802 s3-selftest Fix test_smbclient_auth.sh

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


- Log -----------------------------------------------------------------
commit e0681441afff8876b651d754eefb1d84470e8640
Author: Michael Adam <obnox at samba.org>
Date:   Tue Mar 29 00:01:40 2011 +0200

    s3:rpc_client: fix argument order of call to lsa_open_policy2 in rpccli_lsa_open_policy2
    
    Autobuild-User: Michael Adam <obnox at samba.org>
    Autobuild-Date: Tue Mar 29 01:34:28 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c
index 88534e6..be49923 100644
--- a/source3/rpc_client/cli_lsarpc.c
+++ b/source3/rpc_client/cli_lsarpc.c
@@ -145,8 +145,8 @@ NTSTATUS rpccli_lsa_open_policy2(struct rpc_pipe_client *cli,
 	NTSTATUS result = NT_STATUS_UNSUCCESSFUL;
 
 	status = dcerpc_lsa_open_policy2(cli->binding_handle,
-					 cli->srv_name_slash,
 					 mem_ctx,
+					 cli->srv_name_slash,
 					 sec_qos,
 					 des_access,
 					 pol,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list