smbd: Remove access check on SHARING_VIOLATION
commit2c653515f39e341d7b104cef75f8109410bc90c7
authorVolker Lendecke <vl@samba.org>
Fri, 26 Jul 2019 10:09:14 +0000 (26 12:09 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 7 Aug 2019 23:45:49 +0000 (7 23:45 +0000)
tree1c4879fc37cbf52be68d7e4cb5c841eb43067dd5
parent551e3590f98393879ab4c97e7fa734602d4e9f7c
smbd: Remove access check on SHARING_VIOLATION

This piece of code predates our user-space access checks, which we
nowadays always do in open_file()

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c