mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
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> (cherry picked from commit 28ac10503476de3c000b3deee2c1f67e0b305578)
This commit is contained in:
parent
19addd11fe
commit
4d66652062
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user