summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-12 21:10:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:06 -0500
commite841621c0bbd73580a20ce1bc350f01393281852 (patch)
treec15f1ad3d5b29489e53c0904d987daa498c0d2d7 /source4/librpc
parent5d3d4093b347f5b2c866821f1d0488672cccd0d2 (diff)
downloadsamba-e841621c0bbd73580a20ce1bc350f01393281852.tar.gz
samba-e841621c0bbd73580a20ce1bc350f01393281852.tar.bz2
samba-e841621c0bbd73580a20ce1bc350f01393281852.zip
r10181: Fix the build
(This used to be commit 231d01a3e79b26884409d24d8e25fc4ab8567d89)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/krb5pac.idl2
1 files changed, 1 insertions, 1 deletions
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;