The Samba-Bugzilla – Attachment 1414 Details for
Bug 3063
jCIFS does not always recover from server errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Workaround patch
jcifs-error_recovery.patch (text/x-patch), 712 bytes, created by
Robert Marcano
on 2005-09-05 07:08:02 UTC
(
hide
)
Description:
Workaround patch
Filename:
MIME Type:
Creator:
Robert Marcano
Created:
2005-09-05 07:08:02 UTC
Size:
712 bytes
patch
obsolete
>diff -Naur jcifs_1.2.3.original/src/jcifs/util/transport/Transport.java jcifs_1.2.3/src/jcifs/util/transport/Transport.java >--- jcifs_1.2.3.original/src/jcifs/util/transport/Transport.java 2005-09-05 09:19:59.000000000 -0400 >+++ jcifs_1.2.3/src/jcifs/util/transport/Transport.java 2005-09-05 09:20:34.000000000 -0400 >@@ -164,7 +164,7 @@ > te = new TransportException( "Connection timeout" ); > case 2: > if (te != null) { /* doConnect throw Exception */ >- state = 4; /* error */ >+ state = 0; > thread = null; > throw te; > }
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 3063
:
1413
| 1414