summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-14 22:05:08 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-14 22:05:08 +0200
commit8a4043248893a7c7cb3b896a0ed24d7611796c98 (patch)
tree6f906dc1b8006c1b4a8a5e188962e909cf1c5d6b /src/mint/taler-mint-httpd_db.c
parente34d340caeb2d115a9113ddd6e1067355e2e099d (diff)
downloadexchange-8a4043248893a7c7cb3b896a0ed24d7611796c98.tar.gz
exchange-8a4043248893a7c7cb3b896a0ed24d7611796c98.tar.bz2
exchange-8a4043248893a7c7cb3b896a0ed24d7611796c98.zip
fix offset: do not add off for the index into the keys from the client
Diffstat (limited to 'src/mint/taler-mint-httpd_db.c')
-rw-r--r--src/mint/taler-mint-httpd_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c
index 2a4c16748..0e5ac1429 100644
--- a/src/mint/taler-mint-httpd_db.c
+++ b/src/mint/taler-mint-httpd_db.c
@@ -1158,7 +1158,7 @@ TMH_DB_execute_refresh_reveal (struct MHD_Connection *connection,
session_hash,
i + off,
refresh_session.num_oldcoins,
- transfer_privs[i + off],
+ transfer_privs[i],
melts,
refresh_session.num_newcoins,
denom_pubs)))