From: Stefan Metzmacher Date: Wed, 17 May 2017 08:09:01 +0000 (+0200) Subject: netlogon.idl: use lsa_TrustType and lsa_TrustAttributes in netr_trust_extension X-Git-Tag: samba-4.5.13~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d66652062f57292a259258a9536dd2941e9e0e2;p=thirdparty%2Fsamba.git 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 Reviewed-by: Andreas Schneider (cherry picked from commit 28ac10503476de3c000b3deee2c1f67e0b305578) --- diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 50ce15cedd8..b56c8253062 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 {