From 818176c66fdbcf6ff1b7f3b636710fadd3cf83d9 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 10 Nov 2001 17:09:17 +0000 Subject: [PATCH] Oops - one missing set of the ssh1 throttling indicator [originally from svn r1377] --- ssh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh.c b/ssh.c index 119cd4fe..b270ac53 100644 --- a/ssh.c +++ b/ssh.c @@ -2912,6 +2912,7 @@ static void ssh1_protocol(unsigned char *in, int inlen, int ispkt) if (c && c->type == CHAN_SOCKDATA_DORMANT) { c->remoteid = localid; c->type = CHAN_SOCKDATA; + c->v.v1.throttling = 0; pfd_confirm(c->u.pfd.s); }