aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dv/gnunet-service-dv.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dv/gnunet-service-dv.c b/src/dv/gnunet-service-dv.c
index c6ba8eec3..b76fd9ab0 100644
--- a/src/dv/gnunet-service-dv.c
+++ b/src/dv/gnunet-service-dv.c
@@ -769,10 +769,8 @@ build_set (void *cls)
769 if (DEFAULT_FISHEYE_DEPTH - 1 == neighbor->consensus_insertion_distance) 769 if (DEFAULT_FISHEYE_DEPTH - 1 == neighbor->consensus_insertion_distance)
770 { 770 {
771 /* we have added all elements to the set, run the operation */ 771 /* we have added all elements to the set, run the operation */
772#if 0 772 GNUNET_SET_conclude (neighbor->set_op,
773 GNUNET_SET_operation_conclude (neighbor->my_op, 773 neighbor->my_set);
774 neighbor->my_set);
775#endif
776 GNUNET_SET_destroy (neighbor->my_set); 774 GNUNET_SET_destroy (neighbor->my_set);
777 neighbor->my_set = NULL; 775 neighbor->my_set = NULL;
778 return; 776 return;