First part of fix for bug #8663 - deleting a symlink fails if the symlink target...
authorJeremy Allison <jra@samba.org>
Fri, 16 Dec 2011 00:31:51 +0000 (16:31 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 16 Dec 2011 00:31:51 +0000 (16:31 -0800)
commit8eca2231238d0088b8a25409fdaf5fb2e837b330
treefd58c0801f63b8782a3973a74120691d2541fb38
parentd62de8d83e451a8c562dd59d8599c2a325c7ac1f
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