diff options
author | Günther Deschner <gd@samba.org> | 2008-02-08 22:44:04 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-08 22:44:04 +0100 |
commit | 026dddcbcd630a0f919af0e79fab9f8cf5c81e6c (patch) | |
tree | b5a3e6a0c7fb74ceb3c9469852f651d346d66e92 /source3/librpc/gen_ndr/cli_lsa.h | |
parent | a83f6314b64f25a201e1d4fd4766c957d5ca1035 (diff) | |
download | samba-026dddcbcd630a0f919af0e79fab9f8cf5c81e6c.tar.gz samba-026dddcbcd630a0f919af0e79fab9f8cf5c81e6c.tar.bz2 samba-026dddcbcd630a0f919af0e79fab9f8cf5c81e6c.zip |
Re-run make idl.
Guenther
(This used to be commit eaead9ea470c296ff0ace353104a0ef31f11311c)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_lsa.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_lsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/cli_lsa.h b/source3/librpc/gen_ndr/cli_lsa.h index ec9abaf568..233154530f 100644 --- a/source3/librpc/gen_ndr/cli_lsa.h +++ b/source3/librpc/gen_ndr/cli_lsa.h @@ -95,7 +95,7 @@ NTSTATUS rpccli_lsa_OpenAccount(struct rpc_pipe_client *cli, struct policy_handle *handle, struct dom_sid2 *sid, uint32_t access_mask, - struct policy_handle *acct_handle); + struct policy_handle **acct_handle); NTSTATUS rpccli_lsa_EnumPrivsAccount(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, |