The Samba-Bugzilla – Attachment 10889 Details for
Bug 11079
libsmbclient not checking the cached connection alive status before re-using it from connection cache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
raw patch for master.
look (text/plain), 429 bytes, created by
Jeremy Allison
on 2015-03-19 06:34:02 UTC
(
hide
)
Description:
raw patch for master.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2015-03-19 06:34:02 UTC
Size:
429 bytes
patch
obsolete
>diff --git a/libcli/smb/smbXcli_base.c b/libcli/smb/smbXcli_base.c >index 5773ab3..9f73566 100644 >--- a/libcli/smb/smbXcli_base.c >+++ b/libcli/smb/smbXcli_base.c >@@ -1613,6 +1613,7 @@ static void smb1cli_req_writev_done(struct tevent_req *subreq) > if (nwritten == -1) { > NTSTATUS status = map_nt_error_from_unix_common(err); > smbXcli_conn_disconnect(state->conn, status); >+ tevent_req_nterror(req, status); > return; > } >
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 11079
:
10676
|
10690
|
10884
|
10886
|
10888
|
10889
|
10898