diff options
author | Günther Deschner <gd@samba.org> | 2008-02-07 14:24:21 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-07 14:24:21 +0100 |
commit | 2f6e8a75e3027cabe02791b1266a0229a2243095 (patch) | |
tree | 79d0f0c2182d44e102809e305c0cbfeb376891cd /source3/librpc/gen_ndr/srv_samr.c | |
parent | 23f8249a18dd0ff7d64c4ff10d9341ccebe41de8 (diff) | |
download | samba-2f6e8a75e3027cabe02791b1266a0229a2243095.tar.gz samba-2f6e8a75e3027cabe02791b1266a0229a2243095.tar.bz2 samba-2f6e8a75e3027cabe02791b1266a0229a2243095.zip |
Re-run make idl.
Guenther
(This used to be commit cfaf47883d7135d66d5d40c7d474b8dbf60eb64d)
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 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; |