From 62963ae4b36e88e8655d461646d85c211a3398d5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jul 2020 22:18:57 +0200 Subject: adapt to change in GNUNET_OS_start_process() API (#6188) --- src/testing/testing_api_cmd_exec_closer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/testing/testing_api_cmd_exec_closer.c') diff --git a/src/testing/testing_api_cmd_exec_closer.c b/src/testing/testing_api_cmd_exec_closer.c index d604ecec8..c1153babb 100644 --- a/src/testing/testing_api_cmd_exec_closer.c +++ b/src/testing/testing_api_cmd_exec_closer.c @@ -103,8 +103,7 @@ closer_run (void *cls, as->reserve_pub = *reserve_pubp; } as->closer_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-exchange-closer", "taler-exchange-closer", -- cgit v1.2.3