diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_transfers_get.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_transfers_get.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_transfers_get.c b/src/exchange/taler-exchange-httpd_transfers_get.c index 9fd343a53..abf0fdbc8 100644 --- a/src/exchange/taler-exchange-httpd_transfers_get.c +++ b/src/exchange/taler-exchange-httpd_transfers_get.c | |||
@@ -406,7 +406,6 @@ free_ctx (struct WtidTransactionContext *ctx) | |||
406 | * | 406 | * |
407 | * @param cls closure | 407 | * @param cls closure |
408 | * @param connection MHD request which triggered the transaction | 408 | * @param connection MHD request which triggered the transaction |
409 | * @param session database session to use | ||
410 | * @param[out] mhd_ret set to MHD response status for @a connection, | 409 | * @param[out] mhd_ret set to MHD response status for @a connection, |
411 | * if transaction failed (!) | 410 | * if transaction failed (!) |
412 | * @return transaction status | 411 | * @return transaction status |
@@ -414,7 +413,6 @@ free_ctx (struct WtidTransactionContext *ctx) | |||
414 | static enum GNUNET_DB_QueryStatus | 413 | static enum GNUNET_DB_QueryStatus |
415 | get_transfer_deposits (void *cls, | 414 | get_transfer_deposits (void *cls, |
416 | struct MHD_Connection *connection, | 415 | struct MHD_Connection *connection, |
417 | struct TALER_EXCHANGEDB_Session *session, | ||
418 | MHD_RESULT *mhd_ret) | 416 | MHD_RESULT *mhd_ret) |
419 | { | 417 | { |
420 | struct WtidTransactionContext *ctx = cls; | 418 | struct WtidTransactionContext *ctx = cls; |
@@ -428,7 +426,6 @@ get_transfer_deposits (void *cls, | |||
428 | serialization failure */ | 426 | serialization failure */ |
429 | free_ctx (ctx); | 427 | free_ctx (ctx); |
430 | qs = TEH_plugin->lookup_wire_transfer (TEH_plugin->cls, | 428 | qs = TEH_plugin->lookup_wire_transfer (TEH_plugin->cls, |
431 | session, | ||
432 | &ctx->wtid, | 429 | &ctx->wtid, |
433 | &handle_deposit_data, | 430 | &handle_deposit_data, |
434 | ctx); | 431 | ctx); |
@@ -462,7 +459,6 @@ get_transfer_deposits (void *cls, | |||
462 | return GNUNET_DB_STATUS_HARD_ERROR; | 459 | return GNUNET_DB_STATUS_HARD_ERROR; |
463 | } | 460 | } |
464 | qs = TEH_plugin->get_wire_fee (TEH_plugin->cls, | 461 | qs = TEH_plugin->get_wire_fee (TEH_plugin->cls, |
465 | session, | ||
466 | ctx->wire_method, | 462 | ctx->wire_method, |
467 | ctx->exec_time, | 463 | ctx->exec_time, |
468 | &wire_fee_start_date, | 464 | &wire_fee_start_date, |