summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-24 00:25:17 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-24 00:25:17 +0100
commitef2965816109cdf116b91cd838163b294c70057a (patch)
tree9adaac58b4b82d08afc489b0bdbce9c37e36e78a /src/exchangedb
parent4c628aba80a28c71881baa149883d1028ee77a65 (diff)
downloadexchange-ef2965816109cdf116b91cd838163b294c70057a.tar.gz
exchange-ef2965816109cdf116b91cd838163b294c70057a.tar.bz2
exchange-ef2965816109cdf116b91cd838163b294c70057a.zip
fix #7107
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index ce67dce37..2c863a323 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -168,6 +168,7 @@ postgres_drop_tables (void *cls)
if (NULL != pg->conn)
{
GNUNET_PQ_disconnect (pg->conn);
+ pg->conn = NULL;
pg->init = false;
}
return GNUNET_OK;