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 d0e758d72f..64e1733705 100644 --- a/source3/librpc/gen_ndr/samr.h +++ b/source3/librpc/gen_ndr/samr.h @@ -1159,7 +1159,7 @@ struct samr_QueryAliasInfo { } in; struct { - union samr_AliasInfo *info;/* [ref,switch_is(level)] */ + union samr_AliasInfo **info;/* [ref,switch_is(level)] */ NTSTATUS result; } out; |