1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

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
This commit is contained in:
Michael Adam
2011-03-29 00:01:40 +02:00
parent 2c0d80259a
commit e0681441af

View File

@ -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,