]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Bug fix: since the input thread does not wait for the event object
authorSimon Tatham <anakin@pobox.com>
Sat, 26 Aug 2006 08:15:53 +0000 (08:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 26 Aug 2006 08:15:53 +0000 (08:15 +0000)
commit911f43b87245ae56813a03fba06510c5da87088c
tree9ee3bc2bf8658b1d018c58bdaba63459d92714ce
parent52cdcc6a7c9fce59e186539961f9cd9793ee2998
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.

[originally from svn r6799]
windows/winhandl.c