summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-27 18:52:56 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-27 18:52:56 +0100
commitb05a5acc3cb737f9a06fcd6939f853c132de3714 (patch)
treec466642d90edfda6bd03266ba3c71eadfd2b2598 /src/mint/taler-mint-httpd_deposit.c
parent019af0919e3fbe2f831f92728fd95eb7ea505da9 (diff)
downloadexchange-b05a5acc3cb737f9a06fcd6939f853c132de3714.tar.gz
exchange-b05a5acc3cb737f9a06fcd6939f853c132de3714.tar.bz2
exchange-b05a5acc3cb737f9a06fcd6939f853c132de3714.zip
mint-httpd_withdraw compiles again
Diffstat (limited to 'src/mint/taler-mint-httpd_deposit.c')
-rw-r--r--src/mint/taler-mint-httpd_deposit.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mint/taler-mint-httpd_deposit.c b/src/mint/taler-mint-httpd_deposit.c
index 6eeb3bff1..4a3713c5b 100644
--- a/src/mint/taler-mint-httpd_deposit.c
+++ b/src/mint/taler-mint-httpd_deposit.c
@@ -157,9 +157,7 @@ parse_and_handle_deposit_request (struct MHD_Connection *connection,
if (GNUNET_NO == res)
return MHD_YES; /* failure */
- deposit->purpose.purpose = htonl (purpose);
- deposit->purpose.size = htonl (sizeof (struct Deposit)
- - offsetof (struct Deposit, purpose));
+ // deposit->purpose = htonl (purpose); // FIXME...
res = verify_and_execute_deposit (connection,
deposit);
TALER_MINT_release_parsed_data (spec);