diff options
Diffstat (limited to 'source3/librpc/gen_ndr/cli_samr.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_samr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/cli_samr.h b/source3/librpc/gen_ndr/cli_samr.h index 0855adeba1..27b2c5cb21 100644 --- a/source3/librpc/gen_ndr/cli_samr.h +++ b/source3/librpc/gen_ndr/cli_samr.h @@ -122,7 +122,7 @@ NTSTATUS rpccli_samr_QueryGroupInfo(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *group_handle, enum samr_GroupInfoEnum level, - union samr_GroupInfo *info); + union samr_GroupInfo **info); NTSTATUS rpccli_samr_SetGroupInfo(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *group_handle, |