Third part of fix for bug #8541 - readlink() on Linux clients fails if the symlink...
authorJeremy Allison <jra@samba.org>
Sat, 22 Oct 2011 01:35:15 +0000 (18:35 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 26 Oct 2011 17:28:06 +0000 (19:28 +0200)
commit074b9462e4b7b2b6e474566016e93a87c77e1599
treeefa59ae12aeb2243a130cfd21e9b71976fa0d57f
parent6529ac5424f75943b612daddaefb765b44aecdf7
Third part of fix for bug #8541 - readlink() on Linux clients fails if the symlink target is outside of the share.

Missed passing ucf_flags instead of hard coded flags in findfirst call.
(cherry picked from commit 49d2a796bed0273327d8919755023c4dbd6d8232)
source3/smbd/trans2.c