Bugzilla – Attachment 1368 Details for
Bug 1381
client is willing to listen on inet6 addresses while IPv4 address 0.0.0.0 was set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for the bug
binding_address-on-client.patch (text/plain), 452 bytes, created by
Jan Pechanec
on 2007-10-23 04:35:47 AEST
(
hide
)
Description:
fix for the bug
Filename:
MIME Type:
Creator:
Jan Pechanec
Created:
2007-10-23 04:35:47 AEST
Size:
452 bytes
patch
obsolete
>--- channels.c Mon Oct 22 20:01:35 2007 >+++ channels.c.new Mon Oct 22 20:28:27 2007 >@@ -2385,7 +2385,7 @@ > wildcard = 1; > } else if (gateway_ports || is_client) { > if (((datafellows & SSH_OLD_FORWARD_ADDR) && >- strcmp(listen_addr, "0.0.0.0") == 0) || >+ strcmp(listen_addr, "0.0.0.0") == 0 && is_client == 0) || > *listen_addr == '\0' || strcmp(listen_addr, "*") == 0 || > (!is_client && gateway_ports == 1)) > wildcard = 1;
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 1381
: 1368