Bugzilla – Attachment 253 Details for
Bug 515
BindAddress and -b not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Comment out AI_PASSIVE from sshconnect.c
openssh-3.5p1-bindaddr.patch (text/plain), 461 bytes, created by
Darren Tucker
on 2003-03-24 01:07:25 AEDT
(
hide
)
Description:
Comment out AI_PASSIVE from sshconnect.c
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-03-24 01:07:25 AEDT
Size:
461 bytes
patch
obsolete
>--- openssh-3.5p1.orig/sshconnect.c 2002-09-19 12:05:04.000000000 +1000 >+++ openssh-3.5p1/sshconnect.c 2003-03-24 01:05:46.000000000 +1100 >@@ -194,7 +194,7 @@ > memset(&hints, 0, sizeof(hints)); > hints.ai_family = family; > hints.ai_socktype = SOCK_STREAM; >- hints.ai_flags = AI_PASSIVE; >+ /* hints.ai_flags = AI_PASSIVE; */ > gaierr = getaddrinfo(options.bind_address, "0", &hints, &res); > if (gaierr) { > error("getaddrinfo: %s: %s", options.bind_address,
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 515
:
253
|
254
|
255