summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-22 19:48:18 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-22 19:48:18 +0200
commit9fb6ea320337fba12437f70c3172917a2e76cb3b (patch)
tree28154d16390de4e99ca92ed7d4ab8eade3531835 /src/exchangedb
parentba5af82db137c465a84e44b85aeb7aa6fed0c957 (diff)
downloadexchange-9fb6ea320337fba12437f70c3172917a2e76cb3b.tar.gz
exchange-9fb6ea320337fba12437f70c3172917a2e76cb3b.tar.bz2
exchange-9fb6ea320337fba12437f70c3172917a2e76cb3b.zip
fix auditor-offline issue
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 9032d0da1..0be6b3eee 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -3551,7 +3551,6 @@ postgres_reserves_in_insert (void *cls,
/* Create new incoming transaction, "ON CONFLICT DO NOTHING"
is again used to guard against duplicates. */
-
{
enum GNUNET_DB_QueryStatus qs2;