diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-08-19 18:40:13 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-08-19 18:40:13 +0200 |
commit | efd65a63ac06422f61d4f9014b0ca2585e493178 (patch) | |
tree | bbc8a5ccc514fcce70d95be10955b5783e42014d /src/exchangedb | |
parent | 755f4cb4a99cbc7354e47a8e4be04c23adf51678 (diff) |
fix preflight check failure
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/test_exchangedb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index f69127ece..cad1ac700 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c @@ -2242,6 +2242,8 @@ run (void *cls) plugin->free_coin_transaction_list (plugin->cls, tl); + plugin->rollback (plugin->cls, + session); FAILIF (GNUNET_OK != test_wire_prepare (session)); FAILIF (GNUNET_OK != |