exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit ff96695e47388e89c11966a65e27044a141692e8
parent 281c5e3879f4ff1730f34ea40d5f80342cfffb2c
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 21 Sep 2018 15:15:30 +0200

benchmark: don't crash on --help

Diffstat:
Msrc/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 @@ -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",