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: benchmark: don't cr


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: benchmark: don't crash on --help
Date: Fri, 21 Sep 2018 15:16:59 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new ff96695e benchmark: don't crash on --help
ff96695e is described below

commit ff96695e47388e89c11966a65e27044a141692e8
Author: Florian Dold <address@hidden>
AuthorDate: Fri Sep 21 15:15:30 2018 +0200

    benchmark: don't crash on --help
---
 src/benchmark/taler-exchange-benchmark.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/benchmark/taler-exchange-benchmark.c 
b/src/benchmark/taler-exchange-benchmark.c
index c4925546..29c3fd76 100644
--- a/src/benchmark/taler-exchange-benchmark.c
+++ b/src/benchmark/taler-exchange-benchmark.c
@@ -849,13 +849,12 @@ main (int argc,
 
   unsetenv ("XDG_DATA_HOME");
   unsetenv ("XDG_CONFIG_HOME");
-  if (GNUNET_SYSERR ==
+  if (0 >=
       (result = GNUNET_GETOPT_run ("taler-exchange-benchmark",
                                    options,
                                    argc,
                                    argv)))
   {
-    TALER_LOG_ERROR ("Unparsable CLI options\n");
     return BAD_CLI_ARG;
   }
   GNUNET_log_setup ("taler-exchange-benchmark",

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



reply via email to

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