1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Oops - one missing set of the ssh1 throttling indicator

[originally from svn r1377]
This commit is contained in:
Simon Tatham 2001-11-10 17:09:17 +00:00
parent 98948bf236
commit 818176c66f

1
ssh.c
View File

@ -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);
}