summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/clientloop.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2008-11-01 17:40:33 +0000
committerstevesk <stevesk@openbsd.org>2008-11-01 17:40:33 +0000
commitd0bf1f9583864a82f0c7d3ce0b1ec9fcf51070fa (patch)
treee438ce0323297ee994816c74471050194bfcf69f /usr.bin/ssh/clientloop.c
parentIntroduced Uniform Model for TTL handling. (diff)
downloadwireguard-openbsd-d0bf1f9583864a82f0c7d3ce0b1ec9fcf51070fa.tar.xz
wireguard-openbsd-d0bf1f9583864a82f0c7d3ce0b1ec9fcf51070fa.zip
merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r--usr.bin/ssh/clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c
index 30d88981c37..70cb20c2ea0 100644
--- a/usr.bin/ssh/clientloop.c
+++ b/usr.bin/ssh/clientloop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.202 2008/10/30 19:31:16 stevesk Exp $ */
+/* $OpenBSD: clientloop.c,v 1.203 2008/11/01 17:40:33 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -833,7 +833,7 @@ process_cmdline(void)
}
channel_request_rforward_cancel(cancel_host, cancel_port);
} else {
- if (!parse_forward(&fwd, s)) {
+ if (!parse_forward(&fwd, s, 0)) {
logit("Bad forwarding specification.");
goto out;
}