From 5f5babca93b915b4c957d1011248cbfdac41313a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 8 Mar 2017 11:59:01 +0100 Subject: fix #4851 --- src/exchangedb/plugin_exchangedb_postgres.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchangedb/plugin_exchangedb_postgres.c') 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); -- cgit v1.2.3