diff options
Diffstat (limited to 'source3/librpc/gen_ndr/lsa.h')
-rw-r--r-- | source3/librpc/gen_ndr/lsa.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/gen_ndr/lsa.h b/source3/librpc/gen_ndr/lsa.h index 7686bec336..a9c8906631 100644 --- a/source3/librpc/gen_ndr/lsa.h +++ b/source3/librpc/gen_ndr/lsa.h @@ -1151,7 +1151,7 @@ struct lsa_QueryTrustedDomainInfoBySid { } in; struct { - union lsa_TrustedDomainInfo *info;/* [unique,switch_is(level)] */ + union lsa_TrustedDomainInfo **info;/* [ref,switch_is(level)] */ NTSTATUS result; } out; @@ -1262,7 +1262,7 @@ struct lsa_QueryTrustedDomainInfoByName { } in; struct { - union lsa_TrustedDomainInfo *info;/* [ref,switch_is(level)] */ + union lsa_TrustedDomainInfo **info;/* [ref,switch_is(level)] */ NTSTATUS result; } out; @@ -1328,7 +1328,7 @@ struct lsa_QueryDomainInformationPolicy { } in; struct { - union lsa_DomainInformationPolicy *info;/* [unique,switch_is(level)] */ + union lsa_DomainInformationPolicy **info;/* [ref,switch_is(level)] */ NTSTATUS result; } out; |