summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-13 18:42:39 +0200
committerChristian Grothoff <christian@grothoff.org>2015-04-13 18:42:39 +0200
commit2f6a4bb11c04e657a90eb96abb27a90a9f020230 (patch)
tree1d3cd91db6f2d84148220f161a5942f9e994f319 /src/mint/taler-mint-httpd_db.c
parent5827630699a725e24a59d94861b01bad310f6a02 (diff)
downloadexchange-2f6a4bb11c04e657a90eb96abb27a90a9f020230.tar.gz
exchange-2f6a4bb11c04e657a90eb96abb27a90a9f020230.tar.bz2
exchange-2f6a4bb11c04e657a90eb96abb27a90a9f020230.zip
rename TALER_RefreshLinkDecryptedP to TALER_RefreshLinkDecrypted as it contains a pointer and is thus not (P)acked
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 e72397571..12f5eecf2 100644
--- a/src/mint/taler-mint-httpd_db.c
+++ b/src/mint/taler-mint-httpd_db.c
@@ -940,7 +940,7 @@ check_commitment (struct MHD_Connection *connection,
for (j = 0; j < num_newcoins; j++)
{
- struct TALER_RefreshLinkDecryptedP *link_data;
+ struct TALER_RefreshLinkDecrypted *link_data;
union TALER_CoinSpendPublicKeyP coin_pub;
struct GNUNET_HashCode h_msg;
char *buf;