]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Spotted by Dimitry Andric: `ssh-termspeed' implementation was not taking
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 3 Jun 2004 10:36:27 +0000 (10:36 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 3 Jun 2004 10:36:27 +0000 (10:36 +0000)
commit4bedeb89fcd0f06836c8c9d29da79ddb0786550d
treee9d90631bc9cb477417c888ca469c3f2b2a4dc32
parent8b0f693cc980b531d78340bd720951aae16d882d
Spotted by Dimitry Andric: `ssh-termspeed' implementation was not taking
account of coroutines and used local variables over a crFoo. I believe the
impact was cosmetic, affecting the speeds reported in the Event Log only.

I've put the variables `ispeed' and `ospeed' in the main ssh_tag structure,
even though they're only live for a short duration; I did this rather than
create a new state struct for ssh1_protocol() (since ssh_tag already has
short-duration junk like portfwd_strptr).

git-svn-id: http://svn.tartarus.org/sgt/putty@4272 cda61777-01e9-0310-a592-d414129be87e
ssh.c