First part of fix for bug #8663 - deleting a symlink fails if the symlink target...
commit8799e63b3859502e724cb870c954a0c03ce860e2
authorJeremy Allison <jra@samba.org>
Fri, 16 Dec 2011 23:35:55 +0000 (16 15:35 -0800)
committerKarolin Seeger <kseeger@samba.org>
Sat, 21 Jan 2012 20:06:42 +0000 (21 21:06 +0100)
treee563b406077995c804c186089ed8869852d3b959
parenta455a63eaf84024f79922e95a740bf3443f37954
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