summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:20:52 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:20:52 +1000
commit57e8ad3f5e54101db9a0f11b19da56041cc22603 (patch)
treee0087cd85e0bbfd9aa039ba5ec852df37df9937f /clientloop.c
parent427a1d57bb6110dcf2b8fcdcabe566b8290a942a (diff)
- stevesk@cvs.openbsd.org 2006/07/02 23:01:55
[clientloop.c ssh.1] use -KR[bind_address:]port here; 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 b99ba03c0..fb66a6e40 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: clientloop.c,v 1.164 2006/06/26 10:36:15 djm Exp $ */ 1/* $OpenBSD: clientloop.c,v 1.165 2006/07/02 23:01:55 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
@@ -929,7 +929,7 @@ process_cmdline(void)
929 "Request local forward"); 929 "Request local forward");
930 logit(" -R[bind_address:]port:host:hostport " 930 logit(" -R[bind_address:]port:host:hostport "
931 "Request remote forward"); 931 "Request remote forward");
932 logit(" -KR[bind_address:]hostport " 932 logit(" -KR[bind_address:]port "
933 "Cancel remote forward"); 933 "Cancel remote forward");
934 if (!options.permit_local_command) 934 if (!options.permit_local_command)
935 goto out; 935 goto out;