Bugzilla – Attachment 160 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]
Patch from Marco d'Itri to bind X11 sockets only on AF_INET
channels.c.patch (text/plain), 459 bytes, created by
Colin Watson
on 2002-10-27 00:19:20 AEST
(
hide
)
Description:
Patch from Marco d'Itri to bind X11 sockets only on AF_INET
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2002-10-27 00:19:20 AEST
Size:
459 bytes
patch
obsolete
>--- channels.c.orig 2002-10-26 15:12:34.000000000 +0100 >+++ channels.c 2002-10-26 15:12:59.000000000 +0100 >@@ -2366,7 +2366,7 @@ > display_number++) { > port = 6000 + display_number; > memset(&hints, 0, sizeof(hints)); >- hints.ai_family = IPv4or6; >+ hints.ai_family = AF_INET; /* Xlib does not support IPv6 */ > hints.ai_flags = x11_use_localhost ? 0: AI_PASSIVE; > hints.ai_socktype = SOCK_STREAM; > snprintf(strport, sizeof strport, "%d", port);
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