diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-10-24 12:40:28 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-10-24 12:40:28 +0200 |
commit | ddb5987c66f6904fb7eb5f956b57395450b7f315 (patch) | |
tree | 1c2354a546d81cc34df2e20a16051bdb35d6b9ad | |
parent | b8245d771f725ad8147e1cf18084518f386beb69 (diff) |
NULL-terminate array
-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 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 != |