The Samba-Bugzilla – Attachment 3498 Details for
Bug 5707
smbclient process sometimes hangs up
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible quick workaround
5707.diff (text/plain), 525 bytes, created by
Volker Lendecke
on 2008-08-21 05:19:00 UTC
(
hide
)
Description:
Possible quick workaround
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2008-08-21 05:19:00 UTC
Size:
525 bytes
patch
obsolete
>diff --git a/source/libsmb/clireadwrite.c b/source/libsmb/clireadwrite.c >index 057e647..b8e7b12 100644 >--- a/source/libsmb/clireadwrite.c >+++ b/source/libsmb/clireadwrite.c >@@ -270,6 +270,8 @@ struct async_req *cli_pull_send(TALLOC_CTX *mem_ctx, struct cli_state *cli, > state->num_reqs = MAX(window_size/state->chunk_size, 1); > state->num_reqs = MIN(state->num_reqs, cli->max_mux); > >+ state->num_reqs = 1; >+ > state->reqs = TALLOC_ZERO_ARRAY(state, struct async_req *, > state->num_reqs); > if (state->reqs == NULL) {
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 5707
: 3498