s3:smbd: Align change notify replies on 4-byte boundary
authorChere Zhou <chere.zhou@isilon.com>
Tue, 6 Jul 2010 00:18:35 +0000 (17:18 -0700)
committerSteven Danneman <steven.danneman@isilon.com>
Tue, 6 Jul 2010 20:28:02 +0000 (13:28 -0700)
commit00056e73c1cb54f5d6c10e63b70afc2c84e5883e
tree72e46bdfe16ab2bbc8aaefef2aa6ff22a87cecbf
parent502bddf7676b8061a877e7c83b647a64963c3efe
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.
source3/smbd/notify.c