From 91648aeb6409787c7766943225f5c7a9c695aa0b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 27 Oct 2011 16:35:28 +0200 Subject: s3:smb2_server: FLAG_CHAINED means we always use the last session_id and tid metze --- source3/smbd/globals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/smbd/globals.h') diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 14337e0c95..2e94b55a04 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -339,9 +339,11 @@ struct smbd_smb2_request { /* the session the request operates on, maybe NULL */ struct smbd_smb2_session *session; + uint64_t last_session_id; /* the tcon the request operates on, maybe NULL */ struct smbd_smb2_tcon *tcon; + uint32_t last_tid; int current_idx; bool do_signing; -- cgit