diff options
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/lsa.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl index 6b3536a8c6..8f91d0c82f 100644 --- a/librpc/idl/lsa.idl +++ b/librpc/idl/lsa.idl @@ -1294,9 +1294,9 @@ import "misc.idl", "security.idl"; typedef struct { uint32 flags; - lsa_ForestTrustRecordType level; + lsa_ForestTrustRecordType type; hyper time; - [switch_is(level)] lsa_ForestTrustData forest_trust_data; + [switch_is(type)] lsa_ForestTrustData forest_trust_data; } lsa_ForestTrustRecord; typedef [public] struct { |