Fix check_path_syntax() for multibyte encodings which have no '\' as second byte.
commitba042a96cdb8e4b12791481725fbbf193df130b7
authorAlexander Bokovoy <ab@samba.org>
Tue, 16 Mar 2004 17:21:06 +0000 (16 17:21 +0000)
committerAlexander Bokovoy <ab@samba.org>
Tue, 16 Mar 2004 17:21:06 +0000 (16 17:21 +0000)
tree4847c131a2794f9dab3b54c504f6c567f9126e90
parentb1d5261bde86abdd90701897ebc2d03211b65c33
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 c8c66337494c63173a6aba4286a843875302da63)
source3/lib/charcnv.c
source3/smbd/reply.c