diff options
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 73f7b90d8..3f8716261 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -5595,6 +5595,7 @@ postgres_get_reserve_status (void *cls, GNUNET_PQ_query_param_end }; + /* FIXME: actually implement reserve history truncation logic! */ rhc.reserve_pub = reserve_pub; rhc.rh = NULL; rhc.rh_tail = NULL; |