-forgot to put rp into the DLL"
This commit is contained in:
parent
10f9272e45
commit
7c0680706a
@ -334,6 +334,9 @@ TEH_handler_reserves_get (struct TEH_RequestContext *rc,
|
|||||||
rc->rh_ctx = rp;
|
rc->rh_ctx = rp;
|
||||||
rc->rh_cleaner = &rp_cleanup;
|
rc->rh_cleaner = &rp_cleanup;
|
||||||
rp->suspended = true;
|
rp->suspended = true;
|
||||||
|
GNUNET_CONTAINER_DLL_insert (rp_head,
|
||||||
|
rp_tail,
|
||||||
|
rp);
|
||||||
MHD_suspend_connection (rc->connection);
|
MHD_suspend_connection (rc->connection);
|
||||||
return MHD_YES;
|
return MHD_YES;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user