summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>1999-12-12 19:20:02 +0000
committermarkus <markus@openbsd.org>1999-12-12 19:20:02 +0000
commitb159466a794e44eec643a082e4e3b3e33434adf6 (patch)
tree7b007384df185d07beed6ec9656367d43ca5aec8 /usr.bin/ssh/ssh.c
parenthide debug printf behind #ifdef PMAPDEBUG (diff)
downloadwireguard-openbsd-b159466a794e44eec643a082e4e3b3e33434adf6.tar.xz
wireguard-openbsd-b159466a794e44eec643a082e4e3b3e33434adf6.zip
type conflict for 'extern Type *options' in channels.c; dot@dotat.at
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r--usr.bin/ssh/ssh.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index 0d12676739b..008d1b88f70 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -11,7 +11,7 @@
*/
#include "includes.h"
-RCSID("$Id: ssh.c,v 1.35 1999/12/01 13:59:15 markus Exp $");
+RCSID("$Id: ssh.c,v 1.36 1999/12/12 19:20:03 markus Exp $");
#include "xmalloc.h"
#include "ssh.h"
@@ -728,7 +728,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. */