r17096: Simplify share_access_check a bit: It takes the sharename instead of the...
authorVolker Lendecke <vlendec@samba.org>
Mon, 17 Jul 2006 19:50:59 +0000 (19:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:11 +0000 (11:38 -0500)
commit283b74fce595642fb2e2a2fad87c2de9c3bc5403
treeb2b6e7a77c5ac7646ce7374a9dffa9d9b1d892ba
parent03f477b8a682a923472645e517711b80ac99d3a9
r17096: Simplify share_access_check a bit: It takes the sharename instead of the snum,
and the decision which token to use (conn or vuser) does not really belong
here, it is better done in the two places where this is called.

Volker
(This used to be commit 0a138888adf7a0f04a38cd911e797e1a379e908b)
source3/rpc_server/srv_srvsvc_nt.c
source3/smbd/service.c
source3/smbd/uid.c