Fix bug #8493 - DFS breaks zip file extracting unless "follow symlinks = no" set
commit947d88736d721784855e8a890c34448768b84136
authorJeremy Allison <jra@samba.org>
Fri, 30 Sep 2011 20:35:59 +0000 (30 13:35 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 12 Oct 2011 18:55:39 +0000 (12 20:55 +0200)
treed14efce7a3a5561cbf1178403029d84ce3436510
parent3e412eec10db1a1935eecc24743d90d068dec5eb
Fix bug #8493 - DFS breaks zip file extracting unless "follow symlinks = no" set

If a client sends a mangled name as part of a DFS path, use the
post-mangled name for the pathname walk, not the mangled name.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Oct  1 00:45:59 CEST 2011 on sn-devel-104
(cherry picked from commit 149875f887287dbbf016d2252962b023b0bae967)
source3/smbd/msdfs.c