Bah! Nicolas Barry correctly points out that my async agent code
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 21 Jan 2004 21:11:03 +0000 (21:11 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 21 Jan 2004 21:11:03 +0000 (21:11 +0000)
commit28f7ab3cfed72e8e5ea8b7da5a8ba1adc7f5bdce
treecd3be9cce8cb96a922d6ea7d120ee0164e751fa5
parentab46932306623bd6e231a58f784fcb46c16f755e
Bah! Nicolas Barry correctly points out that my async agent code
simply doesn't work - if multiple concurrent agent requests are
attempted, some of them will fail for no apparent reason. I assume
concurrent SendMessage() calls don't work in the Windows API, or
some such. So I'm commenting out the async code for the moment
(there wasn't a Windows Pageant that made helpful use of it anyway
yet) and returning to the drawing board.

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