gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: fix bug


From: gnunet
Subject: [taler-taler-mdb] branch master updated: fix bug
Date: Mon, 05 Feb 2024 17:31:59 +0100

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

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new ee24475  fix bug
ee24475 is described below

commit ee24475b7d32ce9d6c39a1c6afe88d46fad8d33c
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Feb 5 17:31:56 2024 +0100

    fix bug
---
 src/taler-mdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/taler-mdb.c b/src/taler-mdb.c
index 2cd7ef2..09a5b10 100644
--- a/src/taler-mdb.c
+++ b/src/taler-mdb.c
@@ -958,7 +958,6 @@ hide_error (void)
                 GNUNET_OS_process_wait (err_child));
   GNUNET_OS_process_destroy (err_child);
   err_child = NULL;
-  start_advertising ();
 }
 
 
@@ -1001,6 +1000,7 @@ do_hide_error (void *cls)
 {
   err_stop_task = NULL;
   hide_error ();
+  start_advertising ();
 }
 
 

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