-forgot to put rp into the DLL"

This commit is contained in:
Christian Grothoff 2021-08-22 11:49:49 +02:00
parent 10f9272e45
commit 7c0680706a
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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;
}