merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 4778b1483841cfe956d70813b5aaffd680203469
parent 175162ba4469d7a6bbee7dd9d5dcd2e2d9195e01
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 12 Jun 2020 10:29:29 +0200

remove from waiting list when resuming

Diffstat:
Msrc/backend/taler-merchant-httpd_private-post-reserves.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_private-post-reserves.c b/src/backend/taler-merchant-httpd_private-post-reserves.c @@ -185,6 +185,9 @@ handle_exchange (void *cls, rc->suspended = false; MHD_resume_connection (rc->connection); + GNUNET_CONTAINER_DLL_remove (rc_head, + rc_tail, + rc); if (NULL == hr) { rc->ec = TALER_EC_TIMEOUT;