Second part of fix for bug #8663 - deleting a symlink fails if the symlink target...
authorJeremy Allison <jra@samba.org>
Fri, 16 Dec 2011 00:33:37 +0000 (16:33 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 16 Dec 2011 00:33:37 +0000 (16:33 -0800)
commitf448c0e6db1384425e78531150aa1d3f6f8bd951
treec12b8296dae0e29b6b5e6bf906ea6e40eba19357
parent8eca2231238d0088b8a25409fdaf5fb2e837b330
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 UNIX infolevel in trans2setfilepathinfo().
source3/smbd/trans2.c