From 1b42152454279d0df1a1e0aba0aac807abcea7ab Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Thu, 23 Oct 2008 13:41:44 -0700 Subject: Fix "ndr_size_PAC_LOGON_INFO defined but not used" build warning This patch removes the gensize option from krb5pac.idl because it generates an unused function that has been causing warnings during the s3 build. I re-ran 'make samba3-idl' to update the generated files for s3. For s4 I ran a full build with no problems. --- librpc/idl/krb5pac.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/idl') diff --git a/librpc/idl/krb5pac.idl b/librpc/idl/krb5pac.idl index a498b795f8..24c55b8541 100644 --- a/librpc/idl/krb5pac.idl +++ b/librpc/idl/krb5pac.idl @@ -25,7 +25,7 @@ interface krb5pac [flag(NDR_REMAINING)] DATA_BLOB signature; } PAC_SIGNATURE_DATA; - typedef [gensize] struct { + typedef struct { netr_SamInfo3 info3; dom_sid2 *res_group_dom_sid; samr_RidWithAttributeArray res_groups; -- cgit