Second part of fix for bug #8663 - deleting a symlink fails if the symlink target...
commit7b61a2db1fb436370fb1d8366f21bcf91ede1762
authorJeremy Allison <jra@samba.org>
Fri, 16 Dec 2011 19:56:01 +0000 (16 11:56 -0800)
committerKarolin Seeger <kseeger@samba.org>
Mon, 5 Mar 2012 19:55:21 +0000 (5 20:55 +0100)
tree87410139704c3e655a406c74293a0d8d66a348f2
parentf0f9d4b407ed26d44043ead5644982c26e0edf10
Second part of fix for bug #8663 - deleting a symlink fails if the symlink target is outside of the share.

Ensure we use UCF_UNIX_NAME_LOOKUP flags on filename_convert()
when doing a restricted set of infolevels in trans2setfilepathinfo().
(cherry picked from commit f352486f9649f5b2a24851d942a5f9c5f6b6e7cc)
source3/smbd/trans2.c