summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_samr.c
diff options
context:
space:
mode:
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 57fc0e2e8a..24b1abb222 100644
--- a/source3/librpc/gen_ndr/srv_samr.c
+++ b/source3/librpc/gen_ndr/srv_samr.c
@@ -3119,7 +3119,7 @@ static bool api_samr_GetGroupsForUser(pipes_struct *p)
}
ZERO_STRUCT(r->out);
- r->out.rids = talloc_zero(r, struct samr_RidWithAttributeArray);
+ r->out.rids = talloc_zero(r, struct samr_RidWithAttributeArray *);
if (r->out.rids == NULL) {
talloc_free(r);
return false;