From 823f169fec59cd1fab3840f7c6776c54a5d93835 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 3 Nov 2004 14:54:05 +0000 Subject: r3511: teh PAC used 8byte alignment metze (This used to be commit 08b26ed7ec41f0575da79858ccd0bf0f9a27b2b2) --- source4/librpc/idl/krb5pac.idl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl index dc002abc75..4e3fee4b51 100644 --- a/source4/librpc/idl/krb5pac.idl +++ b/source4/librpc/idl/krb5pac.idl @@ -14,13 +14,11 @@ interface krb5pac typedef struct { NTTIME logon_time; [flag(STR_SIZE2|STR_NOTERM|STR_BYTESIZE)] string account_name; - uint32 _pad; } UNKNOWN_TYPE_10; typedef [flag(NDR_PAHEX)] struct { uint32 type; uint8 signature[16]; - uint32 _pad; } PAC_SIGNATURE_DATA; typedef struct { @@ -108,7 +106,7 @@ interface krb5pac uint32 _pad; } PAC_BUFFER; - typedef [public] struct { + typedef [public,flag(NDR_ALIGN8)] struct { uint32 num_buffers; uint32 version; PAC_BUFFER buffers[num_buffers]; -- cgit