aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct.c b/src/scalarproduct/gnunet-service-scalarproduct.c
index 2d5324eef..b133bb325 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct.c
@@ -1086,9 +1086,7 @@ cb_intersection_element_removed (void *cls,
1086 return; 1086 return;
1087 1087
1088 case GNUNET_SET_STATUS_DONE: 1088 case GNUNET_SET_STATUS_DONE:
1089 //stop listening for further requests 1089 s->intersection_op = NULL;
1090 GNUNET_SET_listen_cancel (s->intersection_listen);
1091 s->intersection_listen = NULL;
1092 1090
1093 if (2 > s->used_element_count) { 1091 if (2 > s->used_element_count) {
1094 // failed! do not leak information about our single remaining element! 1092 // failed! do not leak information about our single remaining element!