r16968: The function parse_processed_dfs_path() is dependent on the
authorJeremy Allison <jra@samba.org>
Wed, 12 Jul 2006 03:02:33 +0000 (03:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:19:16 +0000 (11:19 -0500)
commit725d88b6d460f6495ee3117a8124d30115cf37fe
treeb822dc8c0acbac72a308877e82fb14af1570bfca
parent760671b0e2b5b169a6563783c3c10f3031bb7c9e
r16968: The function parse_processed_dfs_path() is dependent on the
fact that check_path_syntax() will convert '\\' characters to '/'.
When POSIX pathnames have been selected this doesn't happen, so we
must look for the unaltered separator of '\\' instead of the modified '/'.
Stevef please check this with the CIFSFS MS-DFS code !
Jeremy
(This used to be commit 883bb398e58f54ee79160487b49b79a4774ef939)
source3/smbd/msdfs.c