summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/merchant_api_post_transfers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_post_transfers.c b/src/lib/merchant_api_post_transfers.c
index 2e41ebb2..a9eaf288 100644
--- a/src/lib/merchant_api_post_transfers.c
+++ b/src/lib/merchant_api_post_transfers.c
@@ -84,6 +84,7 @@ handle_post_transfers_finished (void *cls,
{
struct TALER_MERCHANT_PostTransfersHandle *pth = cls;
const json_t *json = response;
+ json_t *deposit_sum = NULL;
struct TALER_MERCHANT_HttpResponse hr = {
.http_status = (unsigned int) response_code,
.reply = json
@@ -127,7 +128,6 @@ handle_post_transfers_finished (void *cls,
{
size_t deposit_sums_length;
struct TALER_MERCHANT_TrackTransferDetail *details;
- json_t *deposit_sum;
unsigned int i;
bool ok;