Remove the "current_user" arg from check_fsp
authorVolker Lendecke <vl@samba.org>
Thu, 19 Jun 2008 14:31:59 +0000 (16:31 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 19 Jun 2008 16:51:37 +0000 (18:51 +0200)
commit49ca8efa9199ba21e3a41cbe4abbea1ca4974d0e
tree0e0aff5a6f9e86f301257739e9f8019e241f977d
parent769646efc6d334976e75cf6476acfe1089e986dd
Remove the "current_user" arg from check_fsp

check_fsp only used the vuid struct member anyway, and this is available in the
smb_request structure as well.
(This used to be commit 8d364c4c3311b406847158fc37e9208d298cf8ba)
source3/include/proto.h
source3/smbd/nttrans.c
source3/smbd/reply.c
source3/smbd/trans2.c