mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Use a custom log handler for libassuan.
This commit is contained in:
parent
02566c5856
commit
37870234a1
22 changed files with 177 additions and 95 deletions
|
@ -735,9 +735,6 @@ gpg_server (ctrl_t ctrl)
|
|||
ctrl->server_local->assuan_ctx = ctx;
|
||||
ctrl->server_local->message_fd = GNUPG_INVALID_FD;
|
||||
|
||||
if (DBG_ASSUAN)
|
||||
assuan_set_log_stream (ctx, log_get_stream ());
|
||||
|
||||
for (;;)
|
||||
{
|
||||
rc = assuan_accept (ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue