summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-03 19:27:34 +1100
committerDamien Miller <djm@mindrot.org>2008-11-03 19:27:34 +1100
commita699d952e5e20be83fada0ff10ba8e02ad4dcd81 (patch)
treeadf8a09fff19c76ae0e550fe7fe367c61914160d /clientloop.c
parentc1719f7f0d3f828ae5ca0ac339813a64169becef (diff)
- stevesk@cvs.openbsd.org 2008/11/01 17:40:33
[clientloop.c readconf.c readconf.h ssh.c] merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 30e17d20c..0ed4194a6 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: clientloop.c,v 1.202 2008/10/30 19:31:16 stevesk Exp $ */ 1/* $OpenBSD: clientloop.c,v 1.203 2008/11/01 17:40:33 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -842,7 +842,7 @@ process_cmdline(void)
842 } 842 }
843 channel_request_rforward_cancel(cancel_host, cancel_port); 843 channel_request_rforward_cancel(cancel_host, cancel_port);
844 } else { 844 } else {
845 if (!parse_forward(&fwd, s)) { 845 if (!parse_forward(&fwd, s, 0)) {
846 logit("Bad forwarding specification."); 846 logit("Bad forwarding specification.");
847 goto out; 847 goto out;
848 } 848 }