lsa.idl: use 'boolean8 check_only' instead of 'uint8 check_only'
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2015 08:01:58 +0000 (08:01 +0000)
committerGünther Deschner <gd@samba.org>
Thu, 12 Mar 2015 16:13:44 +0000 (17:13 +0100)
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 <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
librpc/idl/lsa.idl

index e86196e878c2c0f0231426d102fcd1bd68926222..2236581948c757c2ef52448d1342f8720f1ae117 100644 (file)
@@ -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
                );