always align both the parameter and data bytes on a 4 byte boundary in
authorAndrew Tridgell <tridge@samba.org>
Sun, 25 Jan 1998 15:36:11 +0000 (15:36 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 25 Jan 1998 15:36:11 +0000 (15:36 +0000)
commit68ad11a7352824fea46ecbe67a3827a7ba3bcbab
tree1f4be5a840e8db3c0a91ab953b16e05a125da3ef
parentee307df9ad1f03d7f8e515549902abd96dae72fc
always align both the parameter and data bytes on a 4 byte boundary in
trans2 responses.
I'm not at all convinced this was causing problems, because
observations of Win95 show that it produces totally non-aligned
paramater bytes and 2 byte aligned data bytes. We were previously
always producing 2 byte aligned data and parameter bytes so we already
had "better" alignment than Win95.
lets hope no clients rely on servers producing unaligned data or
parameters!
source/smbd/trans2.c