Bugzilla – Attachment 855 Details for
Bug 1000
LocalForward,RemoteForward directives wrong in ssh_config.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for LocalForward,RemoteForward directives with bind_address option
forwardingfix.txt (text/plain), 684 bytes, created by
Ponraj
on 2005-03-15 22:34:56 AEDT
(
hide
)
Description:
Patch for LocalForward,RemoteForward directives with bind_address option
Filename:
MIME Type:
Creator:
Ponraj
Created:
2005-03-15 22:34:56 AEDT
Size:
684 bytes
patch
obsolete
>diff -Nur openssh-4.0p1/readconf.c openssh-4.0p1-fix/readconf.c >--- openssh-4.0p1/readconf.c 2005-03-05 05:52:50.000000000 +0530 >+++ openssh-4.0p1-fix/readconf.c 2005-03-15 16:53:06.000000000 +0530 >@@ -1109,8 +1109,8 @@ > break; > > case 4: >- fwd->listen_host = xstrdup(cleanhostname(fwdarg[0])); >- fwd->listen_port = a2port(fwdarg[1]); >+ fwd->listen_host = xstrdup(cleanhostname(fwdarg[1])); >+ fwd->listen_port = a2port(fwdarg[0]); > fwd->connect_host = xstrdup(cleanhostname(fwdarg[2])); > fwd->connect_port = a2port(fwdarg[3]); > break; >
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 1000
: 855