summaryrefslogtreecommitdiff
path: root/src/merchant-tools/taler-merchant-benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/merchant-tools/taler-merchant-benchmark.c')
-rw-r--r--src/merchant-tools/taler-merchant-benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c
index bb6591f2..96f28702 100644
--- a/src/merchant-tools/taler-merchant-benchmark.c
+++ b/src/merchant-tools/taler-merchant-benchmark.c
@@ -740,7 +740,7 @@ main (int argc,
return 1;
}
- if ((GNUNET_YES != ordinary) || (GNUNET_YES != corner))
+ if ((GNUNET_YES != ordinary) && (GNUNET_YES != corner))
{
fprintf (stderr,
"Please use 'ordinary' or 'corner' subcommands.\n");