diff options
author | Günther Deschner <gd@samba.org> | 2008-02-07 13:43:48 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-07 13:43:48 +0100 |
commit | 6c457ac59f1e07ac6f2c8deaef22f858f86d1497 (patch) | |
tree | c935e19def6d8d0ae8184df840a1c65b6ee17d5f /source3/librpc/gen_ndr/srv_samr.c | |
parent | c400f2c128b1b3f1cee80693fc68b730b1fa2e6b (diff) | |
download | samba-6c457ac59f1e07ac6f2c8deaef22f858f86d1497.tar.gz samba-6c457ac59f1e07ac6f2c8deaef22f858f86d1497.tar.bz2 samba-6c457ac59f1e07ac6f2c8deaef22f858f86d1497.zip |
Re-run make idl.
Guenther
(This used to be commit 07faaadd5ff2a94fc0db15f68836ffbdb2763461)
Diffstat (limited to 'source3/librpc/gen_ndr/srv_samr.c')
-rw-r--r-- | source3/librpc/gen_ndr/srv_samr.c | 2 |
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 470c45ca00..57fc0e2e8a 100644 --- a/source3/librpc/gen_ndr/srv_samr.c +++ b/source3/librpc/gen_ndr/srv_samr.c @@ -1677,7 +1677,7 @@ static bool api_samr_QueryGroupInfo(pipes_struct *p) } ZERO_STRUCT(r->out); - r->out.info = talloc_zero(r, union samr_GroupInfo); + r->out.info = talloc_zero(r, union samr_GroupInfo *); if (r->out.info == NULL) { talloc_free(r); return false; |