commit cc8849bf9ade3402dc8a2287aafa5d4aaa3102d6
parent e6005c830b91a97cf0e2cb9b983571c1b2f35ec4
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 1 Apr 2025 17:10:58 +0200
add re-register all
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/mhd/mhd2_run.c b/src/mhd/mhd2_run.c
@@ -251,6 +251,7 @@ TALER_MHD2_daemon_start (struct MHD_Daemon *daemon)
GNUNET_assert (MHD_SC_OK ==
MHD_DAEMON_SET_OPTIONS (
daemon,
+ MHD_D_OPTION_REREGISTER_ALL (true),
MHD_D_OPTION_WM_EXTERNAL_EVENT_LOOP_CB_LEVEL (
&socket_registration_update,
NULL)));