summaryrefslogtreecommitdiff
path: root/librpc/idl/lsa.idl
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/idl/lsa.idl
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/idl/lsa.idl')
-rw-r--r--librpc/idl/lsa.idl4
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 {