summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2012-08-27 09:21:58 +0200
committerMichael Adam <obnox@samba.org>2012-10-19 12:14:59 +0200
commit02b9b79447be46835adf963cca14c618d0c435e6 (patch)
tree8298b03f008ff6cf7d1b15f510a0500450471168 /source3/smbd/proto.h
parent4878769f8e6763fbb8347f2ea674c7a861d95564 (diff)
downloadsamba-02b9b79447be46835adf963cca14c618d0c435e6.tar.gz
samba-02b9b79447be46835adf963cca14c618d0c435e6.tar.bz2
samba-02b9b79447be46835adf963cca14c618d0c435e6.zip
s3:smbd: remove smbd_server_connection argument from session_claim()
retrieve the server connection from the smbXsrv_session argument instead. Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-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 5f41957fc4..ffbc8d808e 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -995,7 +995,7 @@ void close_cnum(connection_struct *conn, uint64_t vuid);
struct sessionid;
struct smbXsrv_session;
bool session_init(void);
-bool session_claim(struct smbd_server_connection *sconn, struct smbXsrv_session *session);
+bool session_claim(struct smbXsrv_session *session);
void session_yield(struct smbXsrv_session *session);
int list_sessions(TALLOC_CTX *mem_ctx, struct sessionid **session_list);