From 8353aa39b64169a6bbd4b5b21ab4989e7821363e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 25 Feb 2010 21:39:24 -0500 Subject: s4:idl change level to type in lsa_ForestTrustRecord. --- librpc/idl/lsa.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librpc/idl') 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 { -- cgit