diff options
Diffstat (limited to 'source3/librpc/gen_ndr/samr.h')
-rw-r--r-- | source3/librpc/gen_ndr/samr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/samr.h b/source3/librpc/gen_ndr/samr.h index 085604dd71..d02b577612 100644 --- a/source3/librpc/gen_ndr/samr.h +++ b/source3/librpc/gen_ndr/samr.h @@ -1316,7 +1316,7 @@ struct samr_GetGroupsForUser { } in; struct { - struct samr_RidWithAttributeArray *rids;/* [ref] */ + struct samr_RidWithAttributeArray **rids;/* [ref] */ NTSTATUS result; } out; |