[SCM] Samba Shared Repository - branch v3-6-test updated

Michael Adam obnox at samba.org
Mon Mar 28 23:49:12 MDT 2011


The branch, v3-6-test has been updated
       via  0be5b24 s3:rpc_client: fix argument order of call to lsa_open_policy2 in rpccli_lsa_open_policy2
      from  0847421 Remove two unused labels.

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


- Log -----------------------------------------------------------------
commit 0be5b24c7445c0786d38a9583e48e5765d5da829
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