diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-01 12:18:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:03 -0500 |
commit | 4354bebda7273169304ad41fea1aa5cadfa322cf (patch) | |
tree | 0246d8966eb0b3835641b9ad18a723fbecab8c2e /source4/librpc/idl | |
parent | 133d41d43dfec5a750cc41cf4daadb8e25fce6b3 (diff) | |
download | samba-4354bebda7273169304ad41fea1aa5cadfa322cf.tar.gz samba-4354bebda7273169304ad41fea1aa5cadfa322cf.tar.bz2 samba-4354bebda7273169304ad41fea1aa5cadfa322cf.zip |
r8053: requests from mmc show that the auth info for a bind should be 4 byte aligned, not
8 byte aligned
(This used to be commit c112a2b23e6cd2c55fbb7e8096a7c523a91d6814)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dcerpc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index bb7b656798..5816259ae7 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -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; |