From 2f6a4bb11c04e657a90eb96abb27a90a9f020230 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 13 Apr 2015 18:42:39 +0200 Subject: rename TALER_RefreshLinkDecryptedP to TALER_RefreshLinkDecrypted as it contains a pointer and is thus not (P)acked --- src/mint/taler-mint-httpd_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mint') 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; -- cgit v1.2.3