summaryrefslogtreecommitdiff
path: root/channels.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-10-10 15:04:20 +1000
committerDamien Miller <djm@mindrot.org>2001-10-10 15:04:20 +1000
commitd3c04b90e478c664635d66fb4e07bb3236c62cc1 (patch)
tree998deffa64f60444e151682f1bb558006a116268 /channels.c
parent4623a754624624523ef2f50ba8647cad7f31d992 (diff)
- markus@cvs.openbsd.org 2001/10/08 11:48:57
[channels.c] better debug
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.c b/channels.c
index 1ec6074b5..aaa0ea579 100644
--- a/channels.c
+++ b/channels.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: channels.c,v 1.137 2001/10/07 17:49:40 markus Exp $"); 42RCSID("$OpenBSD: channels.c,v 1.138 2001/10/08 11:48:57 markus Exp $");
43 43
44#include "ssh.h" 44#include "ssh.h"
45#include "ssh1.h" 45#include "ssh1.h"
@@ -1140,7 +1140,7 @@ channel_post_port_listener(Channel *c, fd_set * readset, fd_set * writeset)
1140 } else { 1140 } else {
1141 if (c->host_port == 0) { 1141 if (c->host_port == 0) {
1142 nextstate = SSH_CHANNEL_DYNAMIC; 1142 nextstate = SSH_CHANNEL_DYNAMIC;
1143 rtype = "direct-tcpip"; 1143 rtype = "dynamic-tcpip";
1144 } else { 1144 } else {
1145 nextstate = SSH_CHANNEL_OPENING; 1145 nextstate = SSH_CHANNEL_OPENING;
1146 rtype = "direct-tcpip"; 1146 rtype = "direct-tcpip";