summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/lsa.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-02-25 21:39:24 -0500
committerGünther Deschner <gd@samba.org>2010-03-16 14:48:40 +0100
commit8353aa39b64169a6bbd4b5b21ab4989e7821363e (patch)
tree2393f7a34e6162b4ebe8ad8714adf700e97a9b8d /librpc/gen_ndr/lsa.h
parent745f6f2574b57909c06c68eb6427cc52992705d3 (diff)
downloadsamba-8353aa39b64169a6bbd4b5b21ab4989e7821363e.tar.gz
samba-8353aa39b64169a6bbd4b5b21ab4989e7821363e.tar.bz2
samba-8353aa39b64169a6bbd4b5b21ab4989e7821363e.zip
s4:idl change level to type in lsa_ForestTrustRecord.
Diffstat (limited to 'librpc/gen_ndr/lsa.h')
-rw-r--r--librpc/gen_ndr/lsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/gen_ndr/lsa.h b/librpc/gen_ndr/lsa.h
index cf3d1bb5e1..1c6323fafd 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 {