The Samba-Bugzilla – Attachment 10753 Details for
Bug 11104
SMB2/SMB3 close response does not include attributes when requested
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for master and 4.2.0
0001-s3-smbd-SMB2-read-close-flags-from-the-correct-place.patch (text/plain), 967 bytes, created by
Jeremy Allison
on 2015-02-19 17:41:54 UTC
(
hide
)
Description:
git-am fix for master and 4.2.0
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2015-02-19 17:41:54 UTC
Size:
967 bytes
patch
obsolete
>From c0d9ab3ba55fb817f8d114e57bfa9052b7dae92b Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Thu, 19 Feb 2015 09:39:14 -0800 >Subject: [PATCH] s3: smbd: SMB2 - read close flags from the correct place in > the packet. > >Bug 11104 - SMB2/SMB3 close response does not include attributes when requested > >https://bugzilla.samba.org/show_bug.cgi?id=11104 > >Signed-off-by: Jeremy Allison <jra@samba.org> >--- > source3/smbd/smb2_close.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/smbd/smb2_close.c b/source3/smbd/smb2_close.c >index 0e1475d..996ad5d 100644 >--- a/source3/smbd/smb2_close.c >+++ b/source3/smbd/smb2_close.c >@@ -58,7 +58,7 @@ NTSTATUS smbd_smb2_request_process_close(struct smbd_smb2_request *req) > } > inbody = SMBD_SMB2_IN_BODY_PTR(req); > >- in_flags = SVAL(inbody, 0x02); >+ in_flags = SVAL(inbody, 0x00); > in_file_id_persistent = BVAL(inbody, 0x08); > in_file_id_volatile = BVAL(inbody, 0x10); > >-- >1.9.1 >
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 11104
:
10747
|
10748
|
10753
|
10757
|
10758
|
10761