aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_union.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set_union.c')
-rw-r--r--src/set/gnunet-service-set_union.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c
index 669e34c8f..6a1072a30 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -1597,7 +1597,6 @@ union_evaluate (struct Operation *op,
1597 return; 1597 return;
1598 } 1598 }
1599 msg->operation = htonl (GNUNET_SET_OPERATION_UNION); 1599 msg->operation = htonl (GNUNET_SET_OPERATION_UNION);
1600 msg->app_id = op->spec->app_id;
1601 GNUNET_MQ_send (op->mq, 1600 GNUNET_MQ_send (op->mq,
1602 ev); 1601 ev);
1603 1602