Simplify the logic - remove extraneous argument and calls to set_close_write_time().
authorJeremy Allison <jra@samba.org>
Fri, 6 Nov 2009 01:40:01 +0000 (17:40 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 6 Nov 2009 01:40:01 +0000 (17:40 -0800)
commit0551284dc08eb93ef7b2b2227a45e5ec21d482fb
tree67ed2e7b74e693bca93f1d9143b6099e25d4eccb
parent2f09516a6be67d3e51ffc611ae2daa3210f07cd8
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.
source3/include/proto.h
source3/smbd/close.c
source3/smbd/nttrans.c
source3/smbd/reply.c