mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +03:00
r8053: requests from mmc show that the auth info for a bind should be 4 byte aligned, not
8 byte aligned
This commit is contained in:
parent
dad0371a9f
commit
c112a2b23e
@ -31,7 +31,7 @@ interface dcerpc
|
||||
uint32 assoc_group_id;
|
||||
uint8 num_contexts;
|
||||
dcerpc_ctx_list ctx_list[num_contexts];
|
||||
[flag(NDR_ALIGN8)] DATA_BLOB _pad;
|
||||
[flag(NDR_ALIGN4)] DATA_BLOB _pad;
|
||||
[flag(NDR_REMAINING)] DATA_BLOB auth_info;
|
||||
} dcerpc_bind;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user