Remove the "current_user" arg from fsp_belongs_conn
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)
commite40b6e296a91f87e0a238323fe1dbf76149487e0
tree6d7254bab73b1628e4edc507aa3c56ff09760696
parent49ca8efa9199ba21e3a41cbe4abbea1ca4974d0e
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.
(This used to be commit 64e9372ab997739d46669c0cc4a4c6edb11d5e64)
source3/include/proto.h
source3/smbd/nttrans.c
source3/smbd/reply.c