r17096: Simplify share_access_check a bit: It takes the sharename instead of the...
commit0a138888adf7a0f04a38cd911e797e1a379e908b
authorVolker Lendecke <vlendec@samba.org>
Mon, 17 Jul 2006 19:50:59 +0000 (17 19:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:11 +0000 (10 11:38 -0500)
tree8bf7799ccc87e3e128768d7a00062cbc89c51ebd
parentbcb196d21ea7eb13af02bb0c2fa85f0d363b55a1
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
source/rpc_server/srv_srvsvc_nt.c
source/smbd/service.c
source/smbd/uid.c