diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-26 13:05:39 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-26 13:05:39 +0100 |
commit | 070f442a1182c7c2a09c42e94ce202509ade1b77 (patch) | |
tree | 980a953edd7e56b2624f1757a4b85c02d6bd613b /src/exchange-tools/taler-exchange-dbinit.c | |
parent | e7d4183d1c82e600aa69fa48145115f4abc02aac (diff) |
resolve #7124: ensure -s also deletes work_shards
Diffstat (limited to 'src/exchange-tools/taler-exchange-dbinit.c')
-rw-r--r-- | src/exchange-tools/taler-exchange-dbinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-dbinit.c b/src/exchange-tools/taler-exchange-dbinit.c index 32f0570f3..a5e6a94af 100644 --- a/src/exchange-tools/taler-exchange-dbinit.c +++ b/src/exchange-tools/taler-exchange-dbinit.c @@ -105,7 +105,7 @@ run (void *cls, if (clear_shards) { if (0 > - plugin->delete_revolving_shards (plugin->cls)) + plugin->delete_shard_locks (plugin->cls)) { fprintf (stderr, "Clearing revolving shards failed!\n"); |