gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -avoid deep recursion issues


From: gnunet
Subject: [taler-exchange] branch master updated: -avoid deep recursion issues
Date: Fri, 14 Jul 2023 05:27:26 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new de24415e -avoid deep recursion issues
de24415e is described below

commit de24415e17fbf32c8a145cf8e5dadf2070c29e08
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 14 05:27:14 2023 +0200

    -avoid deep recursion issues
---
 src/mhd/mhd_run.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mhd/mhd_run.c b/src/mhd/mhd_run.c
index 7747358f..8388fbff 100644
--- a/src/mhd/mhd_run.c
+++ b/src/mhd/mhd_run.c
@@ -162,8 +162,8 @@ TALER_MHD_daemon_trigger (void)
   if (NULL != mhd_task)
   {
     GNUNET_SCHEDULER_cancel (mhd_task);
-    mhd_task = NULL;
-    run_daemon (NULL);
+    mhd_task = GNUNET_SCHEDULER_add_now (&run_daemon,
+                                         NULL);
   }
   else
   {

-- 
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]