r21758: Fix a very specific dfs bug when passing in POSIX
authorJeremy Allison <jra@samba.org>
Thu, 8 Mar 2007 02:51:41 +0000 (02:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:28 +0000 (12:18 -0500)
commitc4ea95fd303ae6fd51d125e756c1289f440adbd2
treeed0d66eda79258ef05164adc35103a70227d34b3
parent6e5ea70e9e0aafa39dbf8cd53238d0045f38f468
r21758: Fix a very specific dfs bug when passing in POSIX
pathnames. When we're working out how much we've
consumed we need to backtrack by either a '/' or '\\'
component, as both are valid separators.
Jeremy.
(This used to be commit 1722ea20db2d531f92fb18fa5783f09258727c64)
source3/smbd/msdfs.c