From: Christian Fuchs Date: Tue, 20 May 2014 14:36:40 +0000 (+0000) Subject: - forgot to set concluded intersection OP to NULL X-Git-Tag: initial-import-from-subversion-38251~3956 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d10e954284a3e907ef24935a52a17b7453e5c46c;p=oweals%2Fgnunet.git - forgot to set concluded intersection OP to NULL --- 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, 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!