summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2020-01-02 17:09:26 +0100
committerJeremy Allison <jra@samba.org>2020-01-13 19:41:36 +0000
commit758c42ec5dd3dd8bba7b4f74741dc9b02cfb0d73 (patch)
treed9eb8bce51f23312a8a1d26ac74256a0d553fd45 /source3/smbd/proto.h
parent893aba4d65b6f2bdcd49ba3618f882fad0d5df49 (diff)
downloadsamba-758c42ec5dd3dd8bba7b4f74741dc9b02cfb0d73.tar.gz
smbd: remove unused vuser arg from make_connection_smb2()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index db1046a2df5..a8e2393f264 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -1078,7 +1078,6 @@ int find_service(TALLOC_CTX *ctx, const char *service, char **p_service_out);
connection_struct *make_connection_smb2(struct smbd_smb2_request *req,
struct smbXsrv_tcon *tcon,
int snum,
- struct user_struct *vuser,
const char *pdev,
NTSTATUS *pstatus);
connection_struct *make_connection(struct smb_request *req,