Simplify the logic - remove extraneous argument and calls to set_close_write_time().
commit329969f0b759d6face8d8435bbd4d039b9a03c2a
authorJeremy Allison <jra@samba.org>
Fri, 6 Nov 2009 01:40:01 +0000 (5 17:40 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 6 Nov 2009 01:42:11 +0000 (5 17:42 -0800)
treeea677f5e383b11048a0e5e24fd0c3ddf3d135a10
parentbf21f3492b64c627e1853886b576b271b8f24503
Simplify the logic - remove extraneous argument and calls to set_close_write_time().
We were treating a file time set on close as a sticky write time set, and I don't
think it is. I will add a torture test later to RAW-CLOSE to confirm this.
Jeremy.
(cherry picked from commit 0551284dc08eb93ef7b2b2227a45e5ec21d482fb)
source3/include/proto.h
source3/smbd/close.c
source3/smbd/nttrans.c
source3/smbd/reply.c