gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] 197/277: remove from waiting list when resuming


From: gnunet
Subject: [taler-merchant] 197/277: remove from waiting list when resuming
Date: Sun, 05 Jul 2020 20:51:50 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

commit 4778b1483841cfe956d70813b5aaffd680203469
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jun 12 10:29:29 2020 +0200

    remove from waiting list when resuming
---
 src/backend/taler-merchant-httpd_private-post-reserves.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_private-post-reserves.c 
b/src/backend/taler-merchant-httpd_private-post-reserves.c
index e561a46..91e459b 100644
--- 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;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]