Bug fix: since the input thread does not wait for the event object
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 26 Aug 2006 08:15:53 +0000 (08:15 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 26 Aug 2006 08:15:53 +0000 (08:15 +0000)
commit2ceabd368ffa42e0088cf746912b5bf2ec460cb9
tree9ee3bc2bf8658b1d018c58bdaba63459d92714ce
parent0e03ceff4e371364f17c49ea370b6475cb0b7230
Bug fix: since the input thread does not wait for the event object
until _after_ its first read, we should not start by signalling that
object in order to trigger the first read. Ahem.

git-svn-id: svn://svn.tartarus.org/sgt/putty@6799 cda61777-01e9-0310-a592-d414129be87e
windows/winhandl.c