Tartarus CVS: putty: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Wed, 21 Jan 2004 21:11:05 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     simon
Date:           Wed Jan 21 2004  21:11:05 GMT

Log message:
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.

Modified files:
    .               : pageantc.c

Links:
http://cvs.tartarus.org//putty/pageantc.c.diff?r1=1.9&r2=1.10