diff options
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 4 |
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; |