summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-19 16:31:59 +0200
committerVolker Lendecke <vl@samba.org>2008-06-19 18:51:37 +0200
commite40b6e296a91f87e0a238323fe1dbf76149487e0 (patch)
tree6d7254bab73b1628e4edc507aa3c56ff09760696 /source3/include/proto.h
parent49ca8efa9199ba21e3a41cbe4abbea1ca4974d0e (diff)
downloadsamba-e40b6e296a91f87e0a238323fe1dbf76149487e0.tar.gz
samba-e40b6e296a91f87e0a238323fe1dbf76149487e0.tar.bz2
samba-e40b6e296a91f87e0a238323fe1dbf76149487e0.zip
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)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 0ca8693e57..e60bfb76a1 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -10093,7 +10093,7 @@ bool check_fsp_open(connection_struct *conn, struct smb_request *req,
bool check_fsp(connection_struct *conn, struct smb_request *req,
files_struct *fsp);
bool fsp_belongs_conn(connection_struct *conn, struct smb_request *req,
- files_struct *fsp, struct current_user *user);
+ files_struct *fsp);
void reply_special(char *inbuf);
void reply_tcon(struct smb_request *req);
void reply_tcon_and_X(struct smb_request *req);