Disable pwmd_cancel() for now. Its more complicated than what I thought.
commit75b5a64bc16bd6fd0b735aa9fe4e9db1ba899a03
authorBen Kibbey <bjk@luxsci.net>
Thu, 18 Nov 2010 01:53:23 +0000 (17 20:53 -0500)
committerBen Kibbey <bjk@luxsci.net>
Thu, 18 Nov 2010 01:59:28 +0000 (17 20:59 -0500)
tree0e43ee9ef973abfcd578ff680b8a6a7290cd5e1e
parent6cc7cf297e6e6c408a79afc144ff3f353bff88a8
Disable pwmd_cancel() for now. Its more complicated than what I thought.
When reading data from a sent command, its not enough to simply stop the
current command. The socket will still have data waiting to be read from
the server. A possible fix is to send a status message to pwmd and let
it return GPG_ERR_CANCELED as the command result.
doc/libpwmd.3
src/libpwmd.c
src/libpwmd.h.in