s3: smbd: DFS - Remove the last lp_posix_pathnames() from the SMB2/3 code paths.
authorJeremy Allison <jra@samba.org>
Sun, 20 Mar 2016 04:04:09 +0000 (21:04 -0700)
committerUri Simchoni <uri@samba.org>
Fri, 25 Mar 2016 12:23:48 +0000 (13:23 +0100)
commitfca78dddb428b89b01317e47a0db34124dda555e
treec0e0832fd507e86258727a37045fb726c467fcfc
parentc51b8c22349bde6a3280c51ac147cab5ea27b5a6
s3: smbd: DFS - Remove the last lp_posix_pathnames() from the SMB2/3 code paths.

lp_posix_pathnames() is only used in one place in SMB1 DFS
processing - in dealing with buggy clients, and not at all in SMB2/3.

Note that the removal of lp_posix_pathnames() in the initial detection
of path separator is a change in behavior - but the case where an
incoming DFS name *doesn't* begin with the correct separator is a client bug,
so I'm comfortable with making this change.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
Autobuild-User(master): Uri Simchoni <uri@samba.org>
Autobuild-Date(master): Fri Mar 25 13:23:48 CET 2016 on sn-devel-144
source3/smbd/msdfs.c