The Samba-Bugzilla – Attachment 1601 Details for
Bug 3292
smbclient spins if server closed the connection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add debug message and return if receive_smb fails in readline_callback
client.diff (text/plain), 484 bytes, created by
Volker Lendecke
on 2005-11-30 03:44:57 UTC
(
hide
)
Description:
Add debug message and return if receive_smb fails in readline_callback
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2005-11-30 03:44:57 UTC
Size:
484 bytes
patch
obsolete
>Index: client/client.c >=================================================================== >--- client/client.c (Revision 11970) >+++ client/client.c (Arbeitskopie) >@@ -3084,7 +3084,11 @@ > session keepalives and then drop them here. > */ > if (FD_ISSET(cli->fd,&fds)) { >- receive_smb(cli->fd,cli->inbuf,0); >+ if (!receive_smb(cli->fd,cli->inbuf,0)) { >+ DEBUG(0, ("Read from server failed, may it closed the " >+ "connection\n")); >+ return; >+ } > goto again; > } >
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 3292
: 1601