Bugzilla – Attachment 42 Details for
Bug 164
X-forwarding when connecting to an IPv6-enabled host doesn't work.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Tries all AFs when binding to localhost
xxx (text/plain), 474 bytes, created by
Damien Miller
on 2002-03-14 11:27:04 AEDT
(
hide
)
Description:
Tries all AFs when binding to localhost
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2002-03-14 11:27:04 AEDT
Size:
474 bytes
patch
obsolete
>Index: channels.c >=================================================================== >RCS file: /var/cvs/openssh/channels.c,v >retrieving revision 1.142 >diff -u -r1.142 channels.c >--- channels.c 5 Mar 2002 01:57:45 -0000 1.142 >+++ channels.c 14 Mar 2002 00:22:30 -0000 >@@ -2374,7 +2374,9 @@ > if (num_socks == NUM_SOCKS) > break; > #else >- break; >+ if (hints.ai_flags != AI_PASSIVE || >+ num_socks == NUM_SOCKS) >+ break; > #endif > } > freeaddrinfo(aitop);
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 164
:
41
| 42 |
43
|
97
|
160