Remove the "current_user" arg from fsp_belongs_conn
commit64e9372ab997739d46669c0cc4a4c6edb11d5e64
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)
tree96a3bba6f227d39bf1c670d1d494786ba5abef7c
parent8d364c4c3311b406847158fc37e9208d298cf8ba
Remove the "current_user" arg from fsp_belongs_conn

fsp_belongs_conn 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