diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-10-08 11:48:58 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-10-08 11:48:58 +0000 |
commit | ceb3d5a2dbbb4518b82ad227861148175543aac5 (patch) | |
tree | f58f2acc073a4c29dfafaf26af28c9b73d5c364b /usr.bin/ssh/channels.c | |
parent | c87dd9d66fd70ab665f3fe63a4d4c12297fd6d3c (diff) |
better debug
Diffstat (limited to 'usr.bin/ssh/channels.c')
-rw-r--r-- | usr.bin/ssh/channels.c | 4 |
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"; |