Remove call into reduce_name if case sensitive. This allows us to pass
commit1ad23832cfafd46f83ac406006ff175900b81d00
authorJeremy Allison <jra@samba.org>
Wed, 25 Nov 2009 00:40:08 +0000 (24 16:40 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 25 Nov 2009 00:40:08 +0000 (24 16:40 -0800)
tree339b50957930f7fbbc9a0a4072dc5e30bf6d3338
parenta6e8e87c5532687c858d12c2628ecee70729bc71
Remove call into reduce_name if case sensitive. This allows us to pass
RAW-CHKPATH when case sensitive = yes, but isn't the correct way to do
it. I'm testing a larger patch to smbd/filename.c that should fix this
correctly, and will add a torture test to ensure RAW-CHKPATH is run against
a case sensitive share once this is done.
Jeremy.
source3/smbd/filename.c