aboutsummaryrefslogtreecommitdiff
path: root/src/setu/setu_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setu/setu_api.c')
-rw-r--r--src/setu/setu_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setu/setu_api.c b/src/setu/setu_api.c
index dd3a4a769..0a09b18b2 100644
--- a/src/setu/setu_api.c
+++ b/src/setu/setu_api.c
@@ -293,7 +293,7 @@ set_operation_destroy (struct GNUNET_SETU_OperationHandle *oh)
293 293
294 if (NULL != oh->conclude_mqm) 294 if (NULL != oh->conclude_mqm)
295 GNUNET_MQ_discard (oh->conclude_mqm); 295 GNUNET_MQ_discard (oh->conclude_mqm);
296 /* is the operation already commited? */ 296 /* is the operation already committed? */
297 if (NULL != set) 297 if (NULL != set)
298 { 298 {
299 GNUNET_CONTAINER_DLL_remove (set->ops_head, 299 GNUNET_CONTAINER_DLL_remove (set->ops_head,