summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2021-07-23 21:27:09 +0200
committerÖzgür Kesim <oec@codeblau.de>2021-07-23 21:27:09 +0200
commitf9fc9f73df9eb5544882815abe0afe8d789a4ef6 (patch)
treeca41a57dc3b561c4bf3f634ee9ed26b686bef090 /src
parent99d66b85ba0b6f9d91039e6b2cf92a3b65e1b995 (diff)
downloadmerchant-f9fc9f73df9eb5544882815abe0afe8d789a4ef6.tar.gz
merchant-f9fc9f73df9eb5544882815abe0afe8d789a4ef6.tar.bz2
merchant-f9fc9f73df9eb5544882815abe0afe8d789a4ef6.zip
-fix po->in_dll
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders.c1
1 files changed, 1 insertions, 0 deletions
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;