summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_samr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-07 10:02:17 +0100
committerGünther Deschner <gd@samba.org>2008-02-07 10:02:57 +0100
commit8a62c149057627be8f98f1cc99e1877df55c0741 (patch)
treeef982b563bd73ae9fdeba15f739d1a964160a26c /source3/librpc/gen_ndr/srv_samr.c
parent1566423f0991d86f9e2d8ef529b7c6a9ab28ecd4 (diff)
downloadsamba-8a62c149057627be8f98f1cc99e1877df55c0741.tar.gz
samba-8a62c149057627be8f98f1cc99e1877df55c0741.tar.bz2
samba-8a62c149057627be8f98f1cc99e1877df55c0741.zip
Re-run make idl.
Guenther (This used to be commit 03101f253f140c9bb26eab3c940504f128278495)
Diffstat (limited to 'source3/librpc/gen_ndr/srv_samr.c')
-rw-r--r--source3/librpc/gen_ndr/srv_samr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/srv_samr.c b/source3/librpc/gen_ndr/srv_samr.c
index 38cc59978c..0d7b47cf33 100644
--- a/source3/librpc/gen_ndr/srv_samr.c
+++ b/source3/librpc/gen_ndr/srv_samr.c
@@ -2284,7 +2284,7 @@ static bool api_samr_QueryAliasInfo(pipes_struct *p)
}
ZERO_STRUCT(r->out);
- r->out.info = talloc_zero(r, union samr_AliasInfo);
+ r->out.info = talloc_zero(r, union samr_AliasInfo *);
if (r->out.info == NULL) {
talloc_free(r);
return false;