SSH2 channel fix: received WINDOW_ADJUSTs were always applied to the
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 16 Mar 2001 12:09:44 +0000 (12:09 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 16 Mar 2001 12:09:44 +0000 (12:09 +0000)
commit0993479d7b0a8b03b1074e069a7a6f527c9c225d
tree37ffbe9d64c41b10b50eeefa0949946bd10517f4
parentb96dc54c8cb132b360e4952be746a627622e0950
SSH2 channel fix: received WINDOW_ADJUSTs were always applied to the
primary (shell session) channel, rather than the one they were aimed
at. This _despite_ me having deliberately gone and looked the channel
ID up in the B-tree - I was ignoring the result by accident :-/

X forwarding should now work in SSH2 even on non-trivial clients (ie
things other than xdpyinfo).

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