The Samba-Bugzilla – Attachment 10720 Details for
Bug 11096
SMB2 leases logic bug.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Raw patch for master.
look1 (text/plain), 578 bytes, created by
Jeremy Allison
on 2015-02-13 00:07:14 UTC
(
hide
)
Description:
Raw patch for master.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2015-02-13 00:07:14 UTC
Size:
578 bytes
patch
obsolete
>diff --git a/source3/smbd/open.c b/source3/smbd/open.c >index 06770e0..37b0b1e 100644 >--- a/source3/smbd/open.c >+++ b/source3/smbd/open.c >@@ -1444,10 +1444,14 @@ static bool delay_for_oplock(files_struct *fsp, > if (lease != NULL && l != NULL) { > bool ign; > >- ign = smb2_lease_equal(fsp_client_guid(fsp), >+ ign = smb2_lease_key_equal(&lease->lease_key, >+ &l->lease_key); >+#if 0 >+ ign = smb1_lease_equal(fsp_client_guid(fsp), > &lease->lease_key, > &l->client_guid, > &l->lease_key); >+#endif > if (ign) { > continue; > }
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 11096
:
10718
|
10719
| 10720 |
10725
|
10726
|
10727