Fixed NT modify timestamp issue.
authorJeremy Allison <jra@samba.org>
Tue, 17 Nov 1998 23:44:52 +0000 (23:44 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 17 Nov 1998 23:44:52 +0000 (23:44 +0000)
commit92a7a86f0e0255e3812dd35bebfcd653091514ae
treed85d190f27aa065db2168c0c14d730d3229d5ea1
parent79c259f05cf7cd4f2d3d1bb92fff3bde7acd8a50
Fixed NT modify timestamp issue.
If a client does a modify timestamp on an open file (which will
do no good at all on UNIX :-) then keep the modify request pending
in the files_struct and apply it at close instead.
Jeremy.
source/include/smb.h
source/smbd/reply.c
source/smbd/trans2.c