Second part of fix for bug #8663 - deleting a symlink fails if the symlink target...
authorJeremy Allison <jra@samba.org>
Fri, 16 Dec 2011 19:56:01 +0000 (11:56 -0800)
committerKarolin Seeger <kseeger@samba.org>
Sat, 21 Jan 2012 20:07:15 +0000 (21:07 +0100)
commitf352486f9649f5b2a24851d942a5f9c5f6b6e7cc
tree1f1b6911a1a2699a57308935297f3ef5a6fd34ae
parent4ceba7f93f530302f3edb23be4e44e3366bcc768
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().
source3/smbd/trans2.c