summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/channels.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-10-08 11:48:57 +0000
committermarkus <markus@openbsd.org>2001-10-08 11:48:57 +0000
commit536815fd1129c1f1e95ed5dd954ffb83dd8649a2 (patch)
tree70138e1d91e5aca17922e4eb776043f0957cde65 /usr.bin/ssh/channels.c
parento) better -mdoc syntax; (diff)
downloadwireguard-openbsd-536815fd1129c1f1e95ed5dd954ffb83dd8649a2.tar.xz
wireguard-openbsd-536815fd1129c1f1e95ed5dd954ffb83dd8649a2.zip
better debug
Diffstat (limited to 'usr.bin/ssh/channels.c')
-rw-r--r--usr.bin/ssh/channels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/channels.c b/usr.bin/ssh/channels.c
index dfdf01536d3..fb69849a960 100644
--- a/usr.bin/ssh/channels.c
+++ b/usr.bin/ssh/channels.c
@@ -39,7 +39,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: channels.c,v 1.137 2001/10/07 17:49:40 markus Exp $");
+RCSID("$OpenBSD: channels.c,v 1.138 2001/10/08 11:48:57 markus Exp $");
#include "ssh.h"
#include "ssh1.h"
@@ -1140,7 +1140,7 @@ channel_post_port_listener(Channel *c, fd_set * readset, fd_set * writeset)
} else {
if (c->host_port == 0) {
nextstate = SSH_CHANNEL_DYNAMIC;
- rtype = "direct-tcpip";
+ rtype = "dynamic-tcpip";
} else {
nextstate = SSH_CHANNEL_OPENING;
rtype = "direct-tcpip";