Fix bug creating files using DOS clients with mixed
authorJeremy Allison <jra@samba.org>
Fri, 25 Jul 2008 20:14:57 +0000 (13:14 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 25 Jul 2008 20:14:57 +0000 (13:14 -0700)
commitd54fe83b16c187847a975df373e73d56111d7f21
treef301c7f238fa835d5e9dbee35a460297fba5a209
parenta1d0fb1f00432f3bc4d7175dbff1354724ea2b67
Fix bug creating files using DOS clients with mixed
case files. Reported by Daniel Johnson <Progman2000@usa.net>.
The smb_set_file_time() call to set the filetimes is failing
because it's using the unmodified name passed in by the
client, not the modified name (matching case on the
disk) that comes out from create_file().
Jeremy.
source/smbd/reply.c