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 8f16d2fb9..3a0f977b0 100644 --- a/clientloop.c +++ b/clientloop.c | |||
@@ -59,7 +59,7 @@ | |||
59 | */ | 59 | */ |
60 | 60 | ||
61 | #include "includes.h" | 61 | #include "includes.h" |
62 | RCSID("$OpenBSD: clientloop.c,v 1.40 2000/11/06 23:04:56 markus Exp $"); | 62 | RCSID("$OpenBSD: clientloop.c,v 1.41 2000/12/05 20:34:10 markus Exp $"); |
63 | 63 | ||
64 | #include "xmalloc.h" | 64 | #include "xmalloc.h" |
65 | #include "ssh.h" | 65 | #include "ssh.h" |
@@ -1041,7 +1041,7 @@ client_request_forwarded_tcpip(const char *request_type, int rchan) | |||
1041 | sock = channel_connect_by_listen_adress(listen_port); | 1041 | sock = channel_connect_by_listen_adress(listen_port); |
1042 | if (sock >= 0) { | 1042 | if (sock >= 0) { |
1043 | newch = channel_new("forwarded-tcpip", | 1043 | newch = channel_new("forwarded-tcpip", |
1044 | SSH_CHANNEL_OPEN, sock, sock, -1, | 1044 | SSH_CHANNEL_CONNECTING, sock, sock, -1, |
1045 | CHAN_TCP_WINDOW_DEFAULT, CHAN_TCP_WINDOW_DEFAULT, 0, | 1045 | CHAN_TCP_WINDOW_DEFAULT, CHAN_TCP_WINDOW_DEFAULT, 0, |
1046 | xstrdup(originator_address), 1); | 1046 | xstrdup(originator_address), 1); |
1047 | c = channel_lookup(newch); | 1047 | c = channel_lookup(newch); |