gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: make advertising optional


From: gnunet
Subject: [taler-taler-mdb] branch master updated: make advertising optional
Date: Sat, 13 Jan 2024 21:48:09 +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 51f51e7  make advertising optional
51f51e7 is described below

commit 51f51e7c2130d9f5523845adcf8e328a1ed067c1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 13 21:48:06 2024 +0100

    make advertising optional
---
 src/taler-mdb.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/taler-mdb.c b/src/taler-mdb.c
index 1d34207..431a505 100644
--- a/src/taler-mdb.c
+++ b/src/taler-mdb.c
@@ -841,6 +841,8 @@ static void
 start_advertising (void)
 {
   stop_advertising (); /* just to be sure */
+  if (NULL == adv_process_filename)
+    return;
   adv_child = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_NONE,
                                        NULL,
                                        NULL,

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