Bugzilla – Attachment 412 Details for
Bug 656
ConnectTimeout option broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for portable version
openssh-3.7.1p1-timeout-1.00.patch.txt (text/plain), 410 bytes, created by
Jean-Charles Longuet
on 2003-09-18 01:29:37 AEST
(
hide
)
Description:
patch for portable version
Filename:
MIME Type:
Creator:
Jean-Charles Longuet
Created:
2003-09-18 01:29:37 AEST
Size:
410 bytes
patch
obsolete
>--- openssh-3.7.1p1/sshconnect.c.ORIG Wed Sep 17 17:25:10 2003 >+++ openssh-3.7.1p1/sshconnect.c Wed Sep 17 17:26:56 2003 >@@ -271,9 +271,10 @@ > optval = 0; > optlen = sizeof(optval); > if (getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &optval, >- &optlen) == -1) >+ &optlen) == -1) { > debug("getsockopt: %s", strerror(errno)); > break; >+ } > if (optval != 0) { > errno = optval; > break;
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 656
: 412 |
413