summaryrefslogtreecommitdiff
path: root/src/set/set_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/set_api.c')
-rw-r--r--src/set/set_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/set/set_api.c b/src/set/set_api.c
index 390d35e5f..ad46fe9db 100644
--- a/src/set/set_api.c
+++ b/src/set/set_api.c
@@ -324,7 +324,8 @@ handle_result (void *cls,
324 { 324 {
325 /* status is not #GNUNET_SET_STATUS_OK => there's no attached element, 325 /* status is not #GNUNET_SET_STATUS_OK => there's no attached element,
326 * and this is the last result message we get */ 326 * and this is the last result message we get */
327 GNUNET_MQ_assoc_remove (set->mq, ntohl (msg->request_id)); 327 GNUNET_MQ_assoc_remove (set->mq,
328 ntohl (msg->request_id));
328 GNUNET_CONTAINER_DLL_remove (set->ops_head, 329 GNUNET_CONTAINER_DLL_remove (set->ops_head,
329 set->ops_tail, 330 set->ops_tail,
330 oh); 331 oh);