gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: adapt to change in GNUNET_OS_sta


From: gnunet
Subject: [taler-merchant] branch master updated: adapt to change in GNUNET_OS_start_process() API (#6188)
Date: Fri, 17 Jul 2020 22:36:32 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 13fe41e  adapt to change in GNUNET_OS_start_process() API (#6188)
13fe41e is described below

commit 13fe41ec6ceca3a2cd0a48ddee3205fe8beb3881
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 17 22:18:47 2020 +0200

    adapt to change in GNUNET_OS_start_process() API (#6188)
---
 src/testing/testing_api_helpers.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/testing/testing_api_helpers.c 
b/src/testing/testing_api_helpers.c
index 59ca0bd..2564c72 100644
--- a/src/testing/testing_api_helpers.c
+++ b/src/testing/testing_api_helpers.c
@@ -49,8 +49,7 @@ TALER_TESTING_run_merchant (const char *config_filename,
   char *wget_cmd;
 
   merchant_proc
-    = GNUNET_OS_start_process (GNUNET_NO,
-                               GNUNET_OS_INHERIT_STD_ALL,
+    = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL,
                                NULL, NULL, NULL,
                                "taler-merchant-httpd",
                                "taler-merchant-httpd",
@@ -147,7 +146,6 @@ TALER_TESTING_prepare_merchant (const char *config_filename)
 
   /* DB preparation */
   if (NULL == (dbinit_proc = GNUNET_OS_start_process (
-                 GNUNET_NO,
                  GNUNET_OS_INHERIT_STD_ALL,
                  NULL, NULL, NULL,
                  "taler-merchant-dbinit",

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