First part of fix for bug #8663 - deleting a symlink fails if the symlink target...
authorJeremy Allison <jra@samba.org>
Thu, 15 Dec 2011 23:50:23 +0000 (15:50 -0800)
committerKarolin Seeger <kseeger@samba.org>
Sat, 21 Jan 2012 20:07:13 +0000 (21:07 +0100)
commit4ceba7f93f530302f3edb23be4e44e3366bcc768
tree229efb0a4cf5b5ec6104a10097d2f4dc55e2e72f
parent33fd99946178e3c2649b289580b1ae1285c46d23
First part of fix for bug #8663 - deleting a symlink fails if the symlink target is outside of the share.

Remove two unneeded check_name() calls. They have already been done
in order to get here.
source3/smbd/open.c