commit 5ead87972601f9df56deaaf85df3ba284af1dfe1
parent 93e8e6e0f7f76625794cc240a572bcd9faad9c74
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 19 Dec 2022 14:01:03 +0100
-debug dbinit call
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/benchmark/taler-bank-benchmark.c b/src/benchmark/taler-bank-benchmark.c
@@ -557,7 +557,7 @@ parallel_benchmark (void)
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Running DB init with `%s' at %s\n",
cfg_filename,
- getcwd (buf));
+ getcwd (buf, sizeof (buf)));
dbinit = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL,
NULL, NULL, NULL,
"taler-exchange-dbinit",