summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-14 22:02:33 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-14 22:02:33 +0200
commite34d340caeb2d115a9113ddd6e1067355e2e099d (patch)
treebd91ef626ba4d5e73b365d8ea3b231ea538eb2cd /src
parentd7ec46f9c7040e0def7c8c14249d8f06ee41a98a (diff)
downloadexchange-e34d340caeb2d115a9113ddd6e1067355e2e099d.tar.gz
exchange-e34d340caeb2d115a9113ddd6e1067355e2e099d.tar.bz2
exchange-e34d340caeb2d115a9113ddd6e1067355e2e099d.zip
fix key index
Diffstat (limited to 'src')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index d319acad0..0c7d2d36a 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -2316,7 +2316,7 @@ postgres_insert_refresh_order (void *cls,
struct TALER_PQ_QueryParam params[] = {
TALER_PQ_query_param_uint16 (&newcoin_off),
TALER_PQ_query_param_auto_from_type (session_hash),
- TALER_PQ_query_param_rsa_public_key (denom_pubs->rsa_public_key),
+ TALER_PQ_query_param_rsa_public_key (denom_pubs[i].rsa_public_key),
TALER_PQ_query_param_end
};
result = TALER_PQ_exec_prepared (session->conn,