summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-08 22:54:18 +0200
committerGünther Deschner <gd@samba.org>2008-04-08 22:54:18 +0200
commitceec50446ba7ceb68efe9cd2496e2730e8e98d17 (patch)
tree776a8800666e1d4d93930053caf1da49f808b33c /source3/librpc/gen_ndr/lsa.h
parentd1790aa50d79a8e7c05fda4add11ae35be34a8bb (diff)
downloadsamba-ceec50446ba7ceb68efe9cd2496e2730e8e98d17.tar.gz
samba-ceec50446ba7ceb68efe9cd2496e2730e8e98d17.tar.bz2
samba-ceec50446ba7ceb68efe9cd2496e2730e8e98d17.zip
Re-run make idl.
Guenther (This used to be commit 83dc2e1477333480511b8948d4e3e8e90ff86e25)
Diffstat (limited to 'source3/librpc/gen_ndr/lsa.h')
-rw-r--r--source3/librpc/gen_ndr/lsa.h6
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;