netlogon.idl: use lsa_TrustType and lsa_TrustAttributes in netr_trust_extension
authorStefan Metzmacher <metze@samba.org>
Wed, 17 May 2017 08:09:01 +0000 (10:09 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 13 Jul 2017 08:51:20 +0000 (10:51 +0200)
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>
(cherry picked from commit 28ac10503476de3c000b3deee2c1f67e0b305578)

librpc/idl/netlogon.idl

index 50ce15cedd8e605d6792814e66b788c75c1f9934..b56c8253062d79f4a025d0072949ab604826b3ee 100644 (file)
@@ -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 {