summaryrefslogtreecommitdiffstats
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-09-15 03:47:41 +0200
committerMichael Adam <obnox@samba.org>2014-09-19 09:15:11 +0200
commit2dd215919dff3085a532b32d5da45a629a6924c1 (patch)
tree3fb936427c667ddd754c69975547a0a90f118b0c /source3/smbd/proto.h
parent21eee0ea054d5963c58901ec272b01425f525ba5 (diff)
downloadsamba-2dd215919dff3085a532b32d5da45a629a6924c1.tar.gz
samba-2dd215919dff3085a532b32d5da45a629a6924c1.tar.xz
samba-2dd215919dff3085a532b32d5da45a629a6924c1.zip
s3:smbd: pass smbd_smb2_request to make_connection_smb2()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index e85e2f5f71..959ef7a741 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -968,7 +968,7 @@ bool set_current_service(connection_struct *conn, uint16 flags, bool do_chdir);
void load_registry_shares(void);
int add_home_service(const char *service, const char *username, const char *homedir);
int find_service(TALLOC_CTX *ctx, const char *service, char **p_service_out);
-connection_struct *make_connection_smb2(struct smbd_server_connection *sconn,
+connection_struct *make_connection_smb2(struct smbd_smb2_request *req,
struct smbXsrv_tcon *tcon,
int snum,
struct user_struct *vuser,