commit 8c882bac820e0f9c10d553df0df2dbbf03113183 parent 0dc274d226f2f16e32a158c9adc26e1564c2889a Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 28 Apr 2026 23:55:12 +0200 -bugfix Diffstat:
| M | src/backend/paivana-httpd_pay.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/paivana-httpd_pay.c b/src/backend/paivana-httpd_pay.c @@ -296,7 +296,7 @@ order_status_cb (struct PayRequest *ph, } break; } - GNUNET_CONTAINER_DLL_insert (ph_head, + GNUNET_CONTAINER_DLL_remove (ph_head, ph_tail, ph); MHD_resume_connection (ph->connection);