gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 197/335: GENERATED: use logger directly


From: gnunet
Subject: [libmicrohttpd] 197/335: GENERATED: use logger directly
Date: Sat, 27 Jul 2024 22:01:33 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.

commit 6ddab73bd263f35bf6fcf21f42a1468b1b3be56f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Jun 8 14:34:17 2024 +0200

    GENERATED: use logger directly
---
 src/mhd2/daemon_set_options.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mhd2/daemon_set_options.c b/src/mhd2/daemon_set_options.c
index 4e563968..52cc2cf3 100644
--- a/src/mhd2/daemon_set_options.c
+++ b/src/mhd2/daemon_set_options.c
@@ -41,8 +41,8 @@ MHD_daemon_set_options (struct MHD_Daemon *daemon,
       settings->poll_syscall = option->val.poll_syscall;
       continue;
     case MHD_D_O_LOG_CALLBACK:
-      settings->log_callback.v_log_cb = option->val.log_callback.v_log_cb;
-      settings->log_callback.v_lob_cb_cls = 
option->val.log_callback.v_lob_cb_cls;
+      /* Note: set directly to the daemon! */
+      daemon->log_params = option->val.log_callback;
       continue;
     case MHD_D_O_BIND_PORT:
       settings->bind_port.v_af = option->val.bind_port.v_af;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]