summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-08 22:57:47 +0100
committerGünther Deschner <gd@samba.org>2008-02-08 22:57:56 +0100
commit96e41bbf61101519b6b37a5a4bf5e723b4464bdc (patch)
treec013a16bce4134985ccdf2211366529e6abacdd7 /source3/librpc/gen_ndr/lsa.h
parent14774d17ecefcc0fd5e39a77fa8d505a9ed5f541 (diff)
downloadsamba-96e41bbf61101519b6b37a5a4bf5e723b4464bdc.tar.gz
samba-96e41bbf61101519b6b37a5a4bf5e723b4464bdc.tar.bz2
samba-96e41bbf61101519b6b37a5a4bf5e723b4464bdc.zip
Re-run make idl.
Guenther (This used to be commit 0bfaf68e9fa6345511623132917debe2016cf29a)
Diffstat (limited to 'source3/librpc/gen_ndr/lsa.h')
-rw-r--r--source3/librpc/gen_ndr/lsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/lsa.h b/source3/librpc/gen_ndr/lsa.h
index 8c2bab164d..06f714acc8 100644
--- a/source3/librpc/gen_ndr/lsa.h
+++ b/source3/librpc/gen_ndr/lsa.h
@@ -1233,12 +1233,12 @@ struct lsa_SetInfoPolicy2 {
struct lsa_QueryTrustedDomainInfoByName {
struct {
struct policy_handle *handle;/* [ref] */
- struct lsa_String trusted_domain;
+ struct lsa_String *trusted_domain;/* [ref] */
enum lsa_TrustDomInfoEnum level;
} in;
struct {
- union lsa_TrustedDomainInfo *info;/* [unique,switch_is(level)] */
+ union lsa_TrustedDomainInfo *info;/* [ref,switch_is(level)] */
NTSTATUS result;
} out;