From e841621c0bbd73580a20ce1bc350f01393281852 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 12 Sep 2005 21:10:40 +0000 Subject: r10181: Fix the build (This used to be commit 231d01a3e79b26884409d24d8e25fc4ab8567d89) --- source4/librpc/idl/krb5pac.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl index 976901d421..35d625d926 100644 --- a/source4/librpc/idl/krb5pac.idl +++ b/source4/librpc/idl/krb5pac.idl @@ -18,7 +18,7 @@ interface krb5pac [flag(STR_SIZE2|STR_NOTERM|STR_BYTESIZE)] string account_name; } PAC_LOGON_NAME; - typedef [flag(NDR_PAHEX)] struct { + typedef [public,flag(NDR_PAHEX)] struct { uint32 type; [flag(NDR_REMAINING)] DATA_BLOB signature; } PAC_SIGNATURE_DATA; -- cgit