Bugzilla – Attachment 43 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]
Attach to both AFs even in linux when connecting to localhost
openssh-3.1p1-ipv6.patch (text/plain), 464 bytes, created by
Carl-Johan Kjellander
on 2002-03-14 13:29:42 AEDT
(
hide
)
Description:
Attach to both AFs even in linux when connecting to localhost
Filename:
MIME Type:
Creator:
Carl-Johan Kjellander
Created:
2002-03-14 13:29:42 AEDT
Size:
464 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 (!x11_use_localhost || >+ 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