From f9fc9f73df9eb5544882815abe0afe8d789a4ef6 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Fri, 23 Jul 2021 21:27:09 +0200 Subject: -fix po->in_dll --- src/backend/taler-merchant-httpd_private-get-orders.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backend/taler-merchant-httpd_private-get-orders.c') 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; -- cgit v1.2.3