s3:smbd: Align change notify replies on 4-byte boundary
commit2ee2ea9fa5b839a4395895872f1ed149226dd06f
authorChere Zhou <chere.zhou@isilon.com>
Tue, 6 Jul 2010 00:18:35 +0000 (5 17:18 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 21 Sep 2010 08:27:41 +0000 (21 10:27 +0200)
treeb9a101966d83977c07eeeae37e8855de47db5aa2
parentf7e7fa50ec3aef60b72a34988825e314b7228c23
s3:smbd: Align change notify replies on 4-byte boundary

MS-CIFS section 2.2.7.4.2 states this is mandatory.  WinXP clients
don't seem to care, but a Win7 client will send an immediate Close()
to the directory handle when receiving an incorrectly aligned
change notify response.

Fix bug #7662 (Change notify replies must be aligned on 4-byte boundary for
Win7.)
source3/smbd/notify.c