Oops - one missing set of the ssh1 throttling indicator
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 10 Nov 2001 17:09:17 +0000 (17:09 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 10 Nov 2001 17:09:17 +0000 (17:09 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@1377 cda61777-01e9-0310-a592-d414129be87e

ssh.c

diff --git a/ssh.c b/ssh.c
index 119cd4f..b270ac5 100644 (file)
--- 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);
                }