aboutsummaryrefslogtreecommitdiff
path: root/src/seti/seti_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/seti/seti_api.c')
-rw-r--r--src/seti/seti_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seti/seti_api.c b/src/seti/seti_api.c
index 5b88b0469..933aec0e1 100644
--- a/src/seti/seti_api.c
+++ b/src/seti/seti_api.c
@@ -309,7 +309,7 @@ set_operation_destroy (struct GNUNET_SETI_OperationHandle *oh)
309 309
310 if (NULL != oh->conclude_mqm) 310 if (NULL != oh->conclude_mqm)
311 GNUNET_MQ_discard (oh->conclude_mqm); 311 GNUNET_MQ_discard (oh->conclude_mqm);
312 /* is the operation already commited? */ 312 /* is the operation already committed? */
313 if (NULL != set) 313 if (NULL != set)
314 { 314 {
315 GNUNET_CONTAINER_DLL_remove (set->ops_head, 315 GNUNET_CONTAINER_DLL_remove (set->ops_head,