summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-24 12:40:28 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-24 12:40:28 +0200
commitddb5987c66f6904fb7eb5f956b57395450b7f315 (patch)
tree1c2354a546d81cc34df2e20a16051bdb35d6b9ad /src
parentb8245d771f725ad8147e1cf18084518f386beb69 (diff)
downloadexchange-ddb5987c66f6904fb7eb5f956b57395450b7f315.tar.gz
exchange-ddb5987c66f6904fb7eb5f956b57395450b7f315.tar.bz2
exchange-ddb5987c66f6904fb7eb5f956b57395450b7f315.zip
NULL-terminate array
Diffstat (limited to 'src')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c1
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 !=