Remove the "current_user" arg from check_fsp
commit8d364c4c3311b406847158fc37e9208d298cf8ba
authorVolker Lendecke <vl@samba.org>
Thu, 19 Jun 2008 14:31:59 +0000 (19 16:31 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 19 Jun 2008 16:51:37 +0000 (19 18:51 +0200)
tree833ee13ffe8083eb6a832b2d2f1a845572c1cbcb
parentc65d425fec964bc0b8778b596615a8bcce0378aa
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.
source/include/proto.h
source/smbd/nttrans.c
source/smbd/reply.c
source/smbd/trans2.c