diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-07-24 14:13:02 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-07-24 14:13:02 +0200 |
commit | bad3e3dc4a234f2c9c092014758c1af79bd7bff1 (patch) | |
tree | 6b42e90196a20723a25c5dad43c3dec4d90f554f /src | |
parent | 10e7f7c28c633bf465729f95c7113ea0bfcd7238 (diff) |
fix benchmark FTBFS
Diffstat (limited to 'src')
-rw-r--r-- | src/benchmark/taler-exchange-benchmark.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index d28544098..094f23c74 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -339,9 +339,9 @@ run (void *cls, TALER_TESTING_cmd_refresh_melt_with_retry (TALER_TESTING_cmd_refresh_melt (melt_label, - AMOUNT_4, withdraw_label, - MHD_HTTP_OK)); + MHD_HTTP_OK, + NULL)); unit[3] = TALER_TESTING_cmd_refresh_reveal_with_retry (TALER_TESTING_cmd_refresh_reveal |