]> andersk Git - openssh.git/blobdiff - ssh.c
- OpenBSD CVS Changes
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 51d5117a3ff49e07dbc9021f889cae2a4a1bd459..e84e9ed5609cd35a01f0ec2b1f7e20e8e2b82531 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -732,7 +732,8 @@ main(int ac, char **av)
                      options.local_forwards[i].host_port);
                channel_request_local_forwarding(options.local_forwards[i].port,
                                                 options.local_forwards[i].host,
-                                                options.local_forwards[i].host_port);
+                                                options.local_forwards[i].host_port,
+                                                options.gateway_ports);
        }
 
        /* Initiate remote TCP/IP port forwardings. */
This page took 0.046522 seconds and 4 git commands to generate.