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 <[email protected]>
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 <[email protected]>
    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

Reply via email to