From 6c457ac59f1e07ac6f2c8deaef22f858f86d1497 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 7 Feb 2008 13:43:48 +0100 Subject: Re-run make idl. Guenther (This used to be commit 07faaadd5ff2a94fc0db15f68836ffbdb2763461) --- source3/librpc/gen_ndr/srv_samr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/gen_ndr/srv_samr.c') 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; -- cgit