diff options
author | Michael Adam <obnox@samba.org> | 2011-03-29 00:01:40 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-29 01:34:28 +0200 |
commit | e0681441afff8876b651d754eefb1d84470e8640 (patch) | |
tree | 214abf38278fe8bb8fe1c4b05003b01eb6f7ca64 /source3/rpc_client | |
parent | 2c0d80259ad695160b5711db9439c68b5f7ce2d9 (diff) | |
download | samba-e0681441afff8876b651d754eefb1d84470e8640.tar.gz |
s3:rpc_client: fix argument order of call to lsa_open_policy2 in rpccli_lsa_open_policy2
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Tue Mar 29 01:34:28 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_lsarpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c index 88534e6eee5..be499238c36 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, |