summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_samr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-05 14:42:01 +0100
committerGünther Deschner <gd@samba.org>2008-02-06 02:03:43 +0100
commit7599d6bd314e261d9a62c0dfb4011d3fbe11699b (patch)
treee85a74f90e3311a12a90df9af0d9cbc9b29128e5 /source3/librpc/gen_ndr/cli_samr.c
parent64b0391b6b9129747897f8fb9035a60563e2a0f8 (diff)
downloadsamba-7599d6bd314e261d9a62c0dfb4011d3fbe11699b.tar.gz
samba-7599d6bd314e261d9a62c0dfb4011d3fbe11699b.tar.bz2
samba-7599d6bd314e261d9a62c0dfb4011d3fbe11699b.zip
Re-run make idl.
Guenther (This used to be commit bc047ee520ef9c74cb0c5a3b6b6877b4ed7fd62b)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_samr.c')
-rw-r--r--source3/librpc/gen_ndr/cli_samr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/cli_samr.c b/source3/librpc/gen_ndr/cli_samr.c
index cabb05fbbe..a0441fcd84 100644
--- a/source3/librpc/gen_ndr/cli_samr.c
+++ b/source3/librpc/gen_ndr/cli_samr.c
@@ -354,7 +354,7 @@ NTSTATUS rpccli_samr_QueryDomainInfo(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *domain_handle,
uint16_t level,
- union samr_DomainInfo *info)
+ union samr_DomainInfo **info)
{
struct samr_QueryDomainInfo r;
NTSTATUS status;
@@ -2028,7 +2028,7 @@ NTSTATUS rpccli_samr_QueryDomainInfo2(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *domain_handle,
uint16_t level,
- union samr_DomainInfo *info)
+ union samr_DomainInfo **info)
{
struct samr_QueryDomainInfo2 r;
NTSTATUS status;