summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/krb5pac.h
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2008-10-23 13:41:44 -0700
committerTim Prouty <tprouty@samba.org>2008-10-23 15:13:54 -0700
commit1b42152454279d0df1a1e0aba0aac807abcea7ab (patch)
tree85e6b4cf6213cf0138a64e18231369c75c7b23c9 /source3/librpc/gen_ndr/krb5pac.h
parent0bfbae0f50df01ff058a23419173fd0553281fab (diff)
downloadsamba-1b42152454279d0df1a1e0aba0aac807abcea7ab.tar.gz
samba-1b42152454279d0df1a1e0aba0aac807abcea7ab.tar.bz2
samba-1b42152454279d0df1a1e0aba0aac807abcea7ab.zip
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.
Diffstat (limited to 'source3/librpc/gen_ndr/krb5pac.h')
-rw-r--r--source3/librpc/gen_ndr/krb5pac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/krb5pac.h b/source3/librpc/gen_ndr/krb5pac.h
index 7ec3e95d70..73bd0d95bb 100644
--- a/source3/librpc/gen_ndr/krb5pac.h
+++ b/source3/librpc/gen_ndr/krb5pac.h
@@ -24,7 +24,7 @@ struct PAC_LOGON_INFO {
struct netr_SamInfo3 info3;
struct dom_sid2 *res_group_dom_sid;/* [unique] */
struct samr_RidWithAttributeArray res_groups;
-}/* [gensize] */;
+};
struct PAC_UNKNOWN_12 {
uint16_t upn_size;/* [value(2*strlen_m(upn_name))] */