Fix assumption about following directory sep in check_path_syntax(). We
authorJeremy Allison <jra@samba.org>
Mon, 8 Mar 2004 21:54:56 +0000 (21:54 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 8 Mar 2004 21:54:56 +0000 (21:54 +0000)
commit2337d3e1a543724083d11897de296b91200906ab
treebad41b1d81571080385a25dd6cc7fb369c357c0e
parent22115af66114cfc3641576acfa998e12bab74e33
Fix assumption about following directory sep in check_path_syntax(). We
need to try and convert 1 byte, then 2 bytes if that fails. Fixes bug
reported by Simo.
Jeremy.
(This used to be commit 0f84801ff3ed5acfcf8e0c4a825f90b9b4823da5)
source3/smbd/reply.c