From 701ed1117ba531430cbc845412a2dee79ad62054 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Jan 2015 08:01:58 +0000 Subject: [PATCH] lsa.idl: use 'boolean8 check_only' instead of 'uint8 check_only' This is only a cosmetic change to make the idl more verbose, the resulting C code will still use 'uint8_t'. Signed-off-by: Stefan Metzmacher Reviewed-by: Guenther Deschner --- librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl index e86196e878c..2236581948c 100644 --- a/librpc/idl/lsa.idl +++ b/librpc/idl/lsa.idl @@ -1346,7 +1346,7 @@ import "misc.idl", "security.idl"; [in,ref] lsa_StringLarge *trusted_domain_name, [in] lsa_ForestTrustRecordType highest_record_type, [in,ref] lsa_ForestTrustInformation *forest_trust_info, - [in] uint8 check_only, + [in] boolean8 check_only, [out,ref] lsa_ForestTrustCollisionInfo **collision_info ); -- 2.11.4.GIT