We're not changing last write, but setting this to be FILE_NOTIFY_CHANGE_CREATION
authorJeremy Allison <jra@samba.org>
Fri, 31 Jul 2009 18:19:19 +0000 (11:19 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 31 Jul 2009 18:19:19 +0000 (11:19 -0700)
commit301be8c99b4646f0947ef94e12ffda433854b659
treec2497121f08869342f6967aa91f4504f7523b008
parentd87e937518c0b4eaee15503ce243f6005130c610
We're not changing last write, but setting this to be FILE_NOTIFY_CHANGE_CREATION
doesn't work. So use FILE_NOTIFY_CHANGE_LAST_WRITE (now seems to reliably fix
bug #6529 - Offline files conflict with Vista and Office 2003.
Jeremy.
source3/smbd/trans2.c