summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_samr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-10 16:08:43 +0100
committerGünther Deschner <gd@samba.org>2008-11-10 21:46:31 +0100
commit676f3c1c5cc8c2790462ec618f821c31e34165c7 (patch)
tree8fae3c2c5fa36e3d2ed9d6121f2e0f9002fde3b2 /source3/librpc/gen_ndr/cli_samr.c
parent8f23dff45ee5e1d5af8593dfce649b64ca4abd9f (diff)
downloadsamba-676f3c1c5cc8c2790462ec618f821c31e34165c7.tar.gz
samba-676f3c1c5cc8c2790462ec618f821c31e34165c7.tar.bz2
samba-676f3c1c5cc8c2790462ec618f821c31e34165c7.zip
s3-build: re-run make samba3-idl (rid2sid).
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/cli_samr.c')
-rw-r--r--source3/librpc/gen_ndr/cli_samr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/cli_samr.c b/source3/librpc/gen_ndr/cli_samr.c
index 179bd0007f..7edb790286 100644
--- a/source3/librpc/gen_ndr/cli_samr.c
+++ b/source3/librpc/gen_ndr/cli_samr.c
@@ -2838,7 +2838,7 @@ NTSTATUS rpccli_samr_RidToSid(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *domain_handle /* [in] [ref] */,
uint32_t rid /* [in] */,
- struct dom_sid2 *sid /* [out] [ref] */)
+ struct dom_sid2 **sid /* [out] [ref] */)
{
struct samr_RidToSid r;
NTSTATUS status;