Fix bug creating files using DOS clients with mixed
authorJeremy Allison <jra@samba.org>
Fri, 25 Jul 2008 20:16:18 +0000 (13:16 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 25 Jul 2008 20:16:18 +0000 (13:16 -0700)
commit1706a33e78347d14a8b09fd21b87d57bad543bcd
tree592fac9ccf60b887aad435099d4f2412092c93e3
parentc70e2b6476d2d99c79624e15a4a3cfcdc850fc7c
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