Bugzilla – Attachment 1481 Details for
Bug 1457
X11 Forwarding doesn't work anymore on a solaris 10 host where ipv6 has not been enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ignore a EADDRNOTAVAIL error when binding to the X11 forwarding port
002_openssh2.blastwave.patch (text/plain), 426 bytes, created by
Yann Rouillard
on 2008-04-06 07:00:34 AEST
(
hide
)
Description:
Ignore a EADDRNOTAVAIL error when binding to the X11 forwarding port
Filename:
MIME Type:
Creator:
Yann Rouillard
Created:
2008-04-06 07:00:34 AEST
Size:
426 bytes
patch
obsolete
>diff --speed-large-files --minimal -Nru openssh-4.7p1.orig/channels.c openssh-4.7p1/channels.c >--- channels.c 2007-06-25 05:04:47.000000000 -0400 >+++ channels.c 2008-04-05 15:08:54.648392000 -0400 >@@ -2905,7 +2905,7 @@ > debug2("bind port %d: %.100s", port, strerror(errno)); > close(sock); > >- if (ai->ai_next) >+ if (errno == EADDRNOTAVAIL && ai->ai_next) > continue; > > for (n = 0; n < num_socks; n++) {
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 1457
: 1481