From ddb5987c66f6904fb7eb5f956b57395450b7f315 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 24 Oct 2016 12:40:28 +0200 Subject: NULL-terminate array --- src/exchangedb/plugin_exchangedb_postgres.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exchangedb') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 29ab802cf..461184c7e 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -4688,6 +4688,7 @@ postgres_select_reserves_in_above_serial_id (void *cls, &sender_account_details), TALER_PQ_result_spec_json ("transfer_details", &transfer_details), + GNUNET_PQ_result_spec_end }; if (GNUNET_OK != -- cgit v1.2.3