Simplify the logic - remove extraneous argument and calls to set_close_write_time().
commitc2e5346b5a765b2cfebc3d424ea65fdc00ee58c3
authorJeremy Allison <jra@samba.org>
Fri, 6 Nov 2009 01:40:01 +0000 (5 17:40 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:40:14 +0000 (26 11:40 +0100)
treeea677f5e383b11048a0e5e24fd0c3ddf3d135a10
parent68f915f2b376213a2f4f2ca441f107916cf5f1cb
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)
(cherry picked from commit 329969f0b759d6face8d8435bbd4d039b9a03c2a)
source3/include/proto.h
source3/smbd/close.c
source3/smbd/nttrans.c
source3/smbd/reply.c