reverted an incorrect fix. What I was trying to do was fix a problem
authorAndrew Tridgell <tridge@samba.org>
Mon, 21 Oct 2002 03:47:51 +0000 (03:47 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 21 Oct 2002 03:47:51 +0000 (03:47 +0000)
commite0065f4db4a1cfae03a3bb86e5cfea9c45dfa1c3
treefc92b44edec0782363261b736d121f799b865e9c
parent0db79d4a379a502362c230a9019d5d71f5af8e0e
reverted an incorrect fix. What I was trying to do was fix a problem
with filenames with spaces in mangle_hash.c but the real problem is
that mangle_hash.c assumes that the set of valid characters for 8.3
names is the same as the set of valid characters for long names. Thats
an invalid assumption, with space being the obvious example.
source/lib/util_unistr.c