From: Christian Grothoff Date: Sat, 25 Jul 2009 21:19:43 +0000 (+0000) Subject: update bf X-Git-Tag: initial-import-from-subversion-38251~23633 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=85b502cf01747eff2acaaa0bdea79321c4c28614;p=oweals%2Fgnunet.git update bf --- diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c index 22ae6feb5..b0719b69b 100644 --- a/src/datastore/gnunet-service-datastore.c +++ b/src/datastore/gnunet-service-datastore.c @@ -281,6 +281,8 @@ expired_processor (void *cls, "Deleting content that expired %llu ms ago\n", (unsigned long long) (now.value - expiration.value)); #endif + GNUNET_CONTAINER_bloomfilter_remove (filter, + key); return GNUNET_NO; /* delete */ } @@ -356,6 +358,8 @@ manage (void *cls, size + GNUNET_DATASTORE_ENTRY_OVERHEAD, *need); #endif + GNUNET_CONTAINER_bloomfilter_remove (filter, + key); return GNUNET_NO; }