mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r3511: teh PAC used 8byte alignment
metze
(This used to be commit 08b26ed7ec
)
This commit is contained in:
parent
f8f1d1b089
commit
823f169fec
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user