Set the socket FD to blocking when doing an INQUIRE.
commitc8df93cc52988bd11a13cdd62fe164a6f7304715
authorBen Kibbey <bjk@luxsci.net>
Thu, 28 Feb 2008 02:35:32 +0000 (27 21:35 -0500)
committerBen Kibbey <bjk@luxsci.net>
Thu, 28 Feb 2008 02:35:32 +0000 (27 21:35 -0500)
treeb196674a879f057fa5d8abe4d0c931045782c4b7
parentdc9fddcb86754a71149d3eb8892a5da704a2cadd
Set the socket FD to blocking when doing an INQUIRE.
assuan_transact(), specifically assuan_send_data() ->
_assuan_simple_write(), might return GPG_ERR_EAGAIN. This will be
fixed when either libassuan or libpwmd supports an asynchronous
INQUIRE.
libpwmd.c