Fix check_path_syntax() for multibyte encodings which have no '\' as second byte.
commit2c404f6ba988d68c6f44df9409c0de319553de10
authorAlexander Bokovoy <ab@samba.org>
Tue, 16 Mar 2004 17:18:57 +0000 (16 17:18 +0000)
committerAlexander Bokovoy <ab@samba.org>
Tue, 16 Mar 2004 17:18:57 +0000 (16 17:18 +0000)
treee3fa50e471657fb5ba37ebc9ba1fb3c5c8670b46
parent17ecea4152fb0883acde675b01f19d3e19ff1d64
Fix check_path_syntax() for multibyte encodings which have no '\' as second byte.
This is intermediate fix as discussed with Jeremy until we move check_path_syntax() to UCS2 internally where all
ambiguity is resolved. Please add other encodings into charcnv.c with such property.'
'
source/lib/charcnv.c
source/smbd/reply.c