diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-27 12:49:00 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-27 12:49:00 +0100 |
commit | 454cf24b02cf337d40a2479ba70a1c5d4efdc64e (patch) | |
tree | e0b19e363fea3ff3c4d57b8895934e54122037bc | |
parent | 3c7f7d595f99fbe919f0540679939ffde620b398 (diff) |
fix ftbfs
-rw-r--r-- | src/lib/test_merchant_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c index fc01777a..f9113384 100644 --- a/src/lib/test_merchant_api.c +++ b/src/lib/test_merchant_api.c @@ -907,6 +907,7 @@ main (int argc, TALER_TESTING_cleanup_files (CONFIG_FILE); switch (TALER_TESTING_prepare_exchange (CONFIG_FILE, + GNUNET_YES, &ec)) { case GNUNET_SYSERR: |