summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_sesssetup.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/smb2_sesssetup.c')
-rw-r--r--source3/smbd/smb2_sesssetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smb2_sesssetup.c b/source3/smbd/smb2_sesssetup.c
index 00ef993e9f6..825f6857876 100644
--- a/source3/smbd/smb2_sesssetup.c
+++ b/source3/smbd/smb2_sesssetup.c
@@ -362,7 +362,6 @@ static NTSTATUS smbd_smb2_auth_generic_return(struct smbXsrv_session *session,
* we attach the session to the request
* so that the response can be signed
*/
- smb2req->session = session;
if (!guest) {
smb2req->do_signing = true;
}
@@ -540,6 +539,7 @@ static struct tevent_req *smbd_smb2_session_setup_send(TALLOC_CTX *mem_ctx,
if (tevent_req_nterror(req, status)) {
return tevent_req_post(req, ev);
}
+ smb2req->session = state->session;
} else {
status = smb2srv_session_lookup(state->smb2req->sconn->conn,
state->in_session_id, now,