Fix check_path_syntax() for multibyte encodings which have no '\' as second byte.
commite2fd98af575a5c240593f21df442eb035f35e892
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)
tree47cd4d75d440d48a79863113060ebdf3bb3e3a38
parentdbb38cc6b5829d9ac45e3dea40878039edd26f8d
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.'
'
(This used to be commit 2c404f6ba988d68c6f44df9409c0de319553de10)
source3/lib/charcnv.c
source3/smbd/reply.c