summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-05-17 10:09:01 +0200
committerStefan Metzmacher <metze@samba.org>2017-06-27 16:57:46 +0200
commit28ac10503476de3c000b3deee2c1f67e0b305578 (patch)
tree951d2c47593be8a2ce8106900dd12bcf0a119bc6 /librpc
parent60274475332dafdfb829a7c086ea09cd9ed00540 (diff)
downloadsamba-28ac10503476de3c000b3deee2c1f67e0b305578.tar.gz
netlogon.idl: use lsa_TrustType and lsa_TrustAttributes in netr_trust_extension
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12782 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/netlogon.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl
index 4dd376961f4..9a5159d7689 100644
--- a/librpc/idl/netlogon.idl
+++ b/librpc/idl/netlogon.idl
@@ -1369,8 +1369,8 @@ interface netlogon
[value(8)] uint32 size;
netr_TrustFlags flags;
uint32 parent_index;
- uint32 trust_type;
- uint32 trust_attributes;
+ lsa_TrustType trust_type;
+ lsa_TrustAttributes trust_attributes;
} netr_trust_extension;
typedef struct {