Bugzilla – Attachment 1318 Details for
Bug 1329
stale control sockets prevent connection multiplexing.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
clean up stale control sockets
openssh-4.5p1-controlcleanup.patch (text/plain), 476 bytes, created by
David Woodhouse
on 2007-07-06 01:19:52 AEST
(
hide
)
Description:
clean up stale control sockets
Filename:
MIME Type:
Creator:
David Woodhouse
Created:
2007-07-06 01:19:52 AEST
Size:
476 bytes
patch
obsolete
>--- openssh-4.5p1/ssh.c~ 2007-03-24 16:25:18.000000000 +0000 >+++ openssh-4.5p1/ssh.c 2007-03-24 16:31:06.000000000 +0000 >@@ -1347,7 +1347,11 @@ > } > if (errno == ENOENT) > debug("Control socket \"%.100s\" does not exist", path); >- else { >+ else if (errno == ECONNREFUSED) { >+ debug("Control socket connect(%.100s): %s", path, >+ strerror(errno)); >+ unlink(path); >+ } else { > error("Control socket connect(%.100s): %s", path, > strerror(errno)); > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1329
:
1318
|
1513
|
1514
|
2050
|
2051