The Samba-Bugzilla – Attachment 15603 Details for
Bug 14189
Encryption Session Id 0xFFFFFFFFFFFFFFFF Change Notify
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
raw patch for master.
l1 (text/plain), 573 bytes, created by
Jeremy Allison
on 2019-11-07 01:01:18 UTC
(
hide
)
Description:
raw patch for master.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2019-11-07 01:01:18 UTC
Size:
573 bytes
patch
obsolete
>diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c >index 130fe5048c0..bca1a0ed03a 100644 >--- a/source3/smbd/smb2_server.c >+++ b/source3/smbd/smb2_server.c >@@ -1622,6 +1622,10 @@ static void smbd_smb2_request_pending_timer(struct tevent_context *ev, > message_id = BVAL(outhdr, SMB2_HDR_MESSAGE_ID); > session_id = BVAL(outhdr, SMB2_HDR_SESSION_ID); > >+ if (flags & SMB2_HDR_FLAG_CHAINED) { >+ session_id = req->last_session_id; >+ } >+ > async_id = message_id; /* keep it simple for now... */ > > SIVAL(outhdr, SMB2_HDR_FLAGS, flags | SMB2_HDR_FLAG_ASYNC);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 14189
:
15601
|
15603
|
15604
|
15605
|
15612
|
15614
|
15625