summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_lsa.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-08 22:51:34 +0100
committerGünther Deschner <gd@samba.org>2008-02-08 22:51:57 +0100
commit023ea6fe026a1c355fef54fdaa3c6290cdead1f3 (patch)
treec3089b452775d09b021ba492819f5f5e419a7ff0 /source3/librpc/gen_ndr/cli_lsa.c
parent61661480598cdb9ddd1fa27026947aff1834dd62 (diff)
downloadsamba-023ea6fe026a1c355fef54fdaa3c6290cdead1f3.tar.gz
samba-023ea6fe026a1c355fef54fdaa3c6290cdead1f3.tar.bz2
samba-023ea6fe026a1c355fef54fdaa3c6290cdead1f3.zip
Re-run make idl.
Guenther (This used to be commit 71bc06fd5581aeb02f91aeae68d9572452b8ac1e)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_lsa.c')
-rw-r--r--source3/librpc/gen_ndr/cli_lsa.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/cli_lsa.c b/source3/librpc/gen_ndr/cli_lsa.c
index edc7549011..779f3e73aa 100644
--- a/source3/librpc/gen_ndr/cli_lsa.c
+++ b/source3/librpc/gen_ndr/cli_lsa.c
@@ -1041,12 +1041,16 @@ NTSTATUS rpccli_lsa_GetSystemAccessAccount(struct rpc_pipe_client *cli,
}
NTSTATUS rpccli_lsa_SetSystemAccessAccount(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx)
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *handle,
+ uint32_t access_mask)
{
struct lsa_SetSystemAccessAccount r;
NTSTATUS status;
/* In parameters */
+ r.in.handle = handle;
+ r.in.access_mask = access_mask;
if (DEBUGLEVEL >= 10) {
NDR_PRINT_IN_DEBUG(lsa_SetSystemAccessAccount, &r);