commit 7c0680706ad9404115902a3b99ba827204ff5d02 parent 10f9272e45ea97d1b8f8059c9d285049ff4b606d Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 22 Aug 2021 11:49:49 +0200 -forgot to put rp into the DLL" Diffstat:
| M | src/exchange/taler-exchange-httpd_reserves_get.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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; }