- forgot to set concluded intersection OP to NULL
authorChristian Fuchs <christian.fuchs@cfuchs.net>
Tue, 20 May 2014 14:36:40 +0000 (14:36 +0000)
committerChristian Fuchs <christian.fuchs@cfuchs.net>
Tue, 20 May 2014 14:36:40 +0000 (14:36 +0000)
src/scalarproduct/gnunet-service-scalarproduct.c

index 2d5324eefdbfc84a43d56510f42d3eac737c6c32..b133bb325ab921178b2ae93af2be4c16451e6794 100644 (file)
@@ -1086,9 +1086,7 @@ cb_intersection_element_removed (void *cls,
     return;
 
   case GNUNET_SET_STATUS_DONE:
-    //stop listening for further requests
-    GNUNET_SET_listen_cancel (s->intersection_listen);
-    s->intersection_listen = NULL;
+    s->intersection_op = NULL;
     
     if (2 > s->used_element_count) {
       // failed! do not leak information about our single remaining element!