summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-08 11:59:01 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-08 13:15:09 +0100
commit5f5babca93b915b4c957d1011248cbfdac41313a (patch)
tree2ce23edaacecb4e202ebd824fa5e808adff3ddee /src/exchangedb
parent7ba2ee09667056d90ae564409df453a9867359d8 (diff)
downloadexchange-5f5babca93b915b4c957d1011248cbfdac41313a.tar.gz
exchange-5f5babca93b915b4c957d1011248cbfdac41313a.tar.bz2
exchange-5f5babca93b915b4c957d1011248cbfdac41313a.zip
fix #4851
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 179d60976..febbf0c6c 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -2186,8 +2186,8 @@ postgres_get_reserve_history (void *cls,
GNUNET_assert (NULL != rh_tail);
GNUNET_assert (NULL == rh_tail->next);
result = GNUNET_PQ_exec_prepared (session->conn,
- "get_reserves_out",
- params);
+ "get_reserves_out",
+ params);
if (PGRES_TUPLES_OK != PQresultStatus (result))
{
QUERY_ERR (result);