commit 51f51e7c2130d9f5523845adcf8e328a1ed067c1
parent a701ad8384dcfad3ec5697b01d8074b856993e1a
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 13 Jan 2024 21:48:06 +0100
make advertising optional
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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,