mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-13 02:23:50 -05:00
Oops - one missing set of the ssh1 throttling indicator
[originally from svn r1377]
This commit is contained in:
parent
98948bf236
commit
818176c66f
1
ssh.c
1
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user