The Samba-Bugzilla – Attachment 6965 Details for
Bug 8498
smbclient: cli_push returned NT_STATUS_IO_TIMEOUT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
work around 1
work-around-1.patch (text/plain), 417 bytes, created by
Bram
on 2011-09-29 11:41:56 UTC
(
hide
)
Description:
work around 1
Filename:
MIME Type:
Creator:
Bram
Created:
2011-09-29 11:41:56 UTC
Size:
417 bytes
patch
obsolete
>--- samba-3.5.3.orig/source3/libsmb/clireadwrite.c 2011-09-23 16:34:54.000000000 +0200 >+++ samba-3.5.3/source3/libsmb/clireadwrite.c 2011-09-23 16:31:04.000000000 +0200 >@@ -1258,6 +1258,7 @@ > } > state->num_reqs = MIN(state->num_reqs, cli->max_mux); > state->num_reqs = MAX(state->num_reqs, 1); >+ state->num_reqs = 1; > > state->reqs = TALLOC_ZERO_ARRAY(state, struct cli_push_write_state *, > state->num_reqs);
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 8498
:
6964
| 6965 |
6966