[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -fix po->in_dll
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -fix po->in_dll |
Date: |
Fri, 23 Jul 2021 21:27:13 +0200 |
This is an automated email from the git hooks/post-receive script.
oec pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new f9fc9f73 -fix po->in_dll
f9fc9f73 is described below
commit f9fc9f73df9eb5544882815abe0afe8d789a4ef6
Author: Özgür Kesim <oec@codeblau.de>
AuthorDate: Fri Jul 23 21:27:09 2021 +0200
-fix po->in_dll
---
src/backend/taler-merchant-httpd_private-get-orders.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/backend/taler-merchant-httpd_private-get-orders.c
b/src/backend/taler-merchant-httpd_private-get-orders.c
index f2fa788a..509a5b60 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders.c
@@ -722,6 +722,7 @@ TMH_private_get_orders (const struct TMH_RequestHandler *rh,
GNUNET_CONTAINER_DLL_insert (mi->po_head,
mi->po_tail,
po);
+ po->in_dll=true;
MHD_suspend_connection (connection);
{
struct TMH_PendingOrder *pot;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -fix po->in_dll,
gnunet <=