gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix FTBFS


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix FTBFS
Date: Sun, 30 Jun 2019 20:50:12 +0200

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 00817ba5 fix FTBFS
00817ba5 is described below

commit 00817ba528ad1347f7ea70146aae6fa08d692f05
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun Jun 30 20:50:05 2019 +0200

    fix FTBFS
---
 src/benchmark/taler-exchange-benchmark.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/benchmark/taler-exchange-benchmark.c 
b/src/benchmark/taler-exchange-benchmark.c
index 92b845fd..d2854409 100644
--- a/src/benchmark/taler-exchange-benchmark.c
+++ b/src/benchmark/taler-exchange-benchmark.c
@@ -787,8 +787,8 @@ main (int argc,
     TALER_LOG_ERROR ("Unknown mode given: '%s'\n", mode_str);
     return BAD_CONFIG_FILE;
   }
-  if (NULL == cfgfile)
-    cfgfile = GNUNET_strdup (GNUNET_OS_project_data_get ()->user_config_file);
+  if (NULL == cfg_filename)
+    cfg_filename = GNUNET_strdup (GNUNET_OS_project_data_get 
()->user_config_file);
   cfg = GNUNET_CONFIGURATION_create ();
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_load (cfg,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]