diff options
author | markus@openbsd.org <markus@openbsd.org> | 2017-05-30 10:49:58 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-31 02:46:44 +0200 |
commit | c221219b1fbee47028dcaf66613f4f8d6b7640e9 (patch) | |
tree | 9b84695403584a5b1c1398e9d5c78cfc1aae26cc /channels.c | |
parent | upstream commit (diff) | |
download | openssh-c221219b1fbee47028dcaf66613f4f8d6b7640e9.tar.xz openssh-c221219b1fbee47028dcaf66613f4f8d6b7640e9.zip |
upstream commit
remove ssh1 references; ok djm@
Upstream-ID: fc23b7578e7b0a8daaec72946d7f5e58ffff5a3d
Diffstat (limited to 'channels.c')
-rw-r--r-- | channels.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.c b/channels.c index 5802c162e..e7de370d4 100644 --- a/channels.c +++ b/channels.c @@ -1,4 +1,4 @@ -/* $OpenBSD: channels.c,v 1.361 2017/05/26 19:35:50 markus Exp $ */ +/* $OpenBSD: channels.c,v 1.362 2017/05/30 08:49:58 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -3191,7 +3191,7 @@ channel_cancel_lport_listener(struct Forward *fwd, int cport, struct ForwardOpti return channel_cancel_lport_listener_tcpip(fwd->listen_host, fwd->listen_port, cport, fwd_opts); } -/* protocol local port fwd, used by ssh (and sshd in v1) */ +/* protocol local port fwd, used by ssh */ int channel_setup_local_fwd_listener(struct Forward *fwd, struct ForwardOptions *fwd_opts) { |