From: simon Date: Sat, 10 Nov 2001 17:09:17 +0000 (+0000) Subject: Oops - one missing set of the ssh1 throttling indicator X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/7781f316d0d6aa3e286c588fb0efc832037e6866 Oops - one missing set of the ssh1 throttling indicator git-svn-id: svn://svn.tartarus.org/sgt/putty@1377 cda61777-01e9-0310-a592-d414129be87e --- 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); }