From 7781f316d0d6aa3e286c588fb0efc832037e6866 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 10 Nov 2001 17:09:17 +0000 Subject: [PATCH] Oops - one missing set of the ssh1 throttling indicator git-svn-id: svn://svn.tartarus.org/sgt/putty@1377 cda61777-01e9-0310-a592-d414129be87e --- 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); } -- 2.11.0