gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -forgot to put rp into the DLL"


From: gnunet
Subject: [taler-exchange] branch master updated: -forgot to put rp into the DLL"
Date: Sun, 22 Aug 2021 11:49:51 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 7c068070 -forgot to put rp into the DLL"
7c068070 is described below

commit 7c0680706ad9404115902a3b99ba827204ff5d02
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 22 11:49:49 2021 +0200

    -forgot to put rp into the DLL"
---
 src/exchange/taler-exchange-httpd_reserves_get.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/exchange/taler-exchange-httpd_reserves_get.c 
b/src/exchange/taler-exchange-httpd_reserves_get.c
index 6501f600..345b1fcd 100644
--- a/src/exchange/taler-exchange-httpd_reserves_get.c
+++ b/src/exchange/taler-exchange-httpd_reserves_get.c
@@ -334,6 +334,9 @@ TEH_handler_reserves_get (struct TEH_RequestContext *rc,
     rc->rh_ctx = rp;
     rc->rh_cleaner = &rp_cleanup;
     rp->suspended = true;
+    GNUNET_CONTAINER_DLL_insert (rp_head,
+                                 rp_tail,
+                                 rp);
     MHD_suspend_connection (rc->connection);
     return MHD_YES;
   }

-- 
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]