diff options
Diffstat (limited to 'librpc/gen_ndr/lsa.h')
-rw-r--r-- | librpc/gen_ndr/lsa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/gen_ndr/lsa.h b/librpc/gen_ndr/lsa.h index cf3d1bb5e10..1c6323fafd6 100644 --- a/librpc/gen_ndr/lsa.h +++ b/librpc/gen_ndr/lsa.h @@ -763,9 +763,9 @@ enum lsa_ForestTrustRecordType struct lsa_ForestTrustRecord { uint32_t flags; - enum lsa_ForestTrustRecordType level; + enum lsa_ForestTrustRecordType type; uint64_t time; - union lsa_ForestTrustData forest_trust_data;/* [switch_is(level)] */ + union lsa_ForestTrustData forest_trust_data;/* [switch_is(type)] */ }; struct lsa_ForestTrustInformation { |