Fixed the STORE command. Don't call assuan_process_done() from within
commit896c894f3e9232cfcee0208f0fd5b837c2d138b2
authorBen Kibbey <bjk@luxsci.net>
Wed, 14 Nov 2007 01:09:03 +0000 (13 20:09 -0500)
committerBen Kibbey <bjk@luxsci.net>
Wed, 14 Nov 2007 01:09:03 +0000 (13 20:09 -0500)
tree52640542d81fccacee32573839bb8a206dec8f23
parent87ea44fd6a9741aad314e98c1c5a4a588c0f0d89
Fixed the STORE command. Don't call assuan_process_done() from within
store_command_finalize() which is called from assuan_process_next().
Wait for assuan_process_next() to return first.

Fixed a typo in log_write() which fixes commit 9da3dee. Logging to
syslog really works now.
src/commands.c
src/common.h
src/pwmd.c