summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-10 15:56:26 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-10 15:56:26 +0200
commit4630d92bd0693b8b9294551fb4fe556b053f5d8c (patch)
treebd06aab64c35342f6c8a17b626173af84a322f57 /src/exchangedb/plugin_exchangedb_postgres.c
parentdd9837ff8b5f5beb45c9eda24ecf4ec64cc85317 (diff)
downloadexchange-4630d92bd0693b8b9294551fb4fe556b053f5d8c.tar.gz
exchange-4630d92bd0693b8b9294551fb4fe556b053f5d8c.tar.bz2
exchange-4630d92bd0693b8b9294551fb4fe556b053f5d8c.zip
Test last change.
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 67b0be4de..8aac5e43b 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -6592,7 +6592,7 @@ postgres_clean_kyc_events (void *cls,
};
return GNUNET_PQ_eval_prepared_non_select (session->conn,
- "clean_kyv_events",
+ "clean_kyc_events",
params);
}