-simplified OR2 API
authorChristian Grothoff <christian@grothoff.org>
Wed, 21 Aug 2013 15:18:00 +0000 (15:18 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 21 Aug 2013 15:18:00 +0000 (15:18 +0000)
src/dht/gnunet-service-dht_routing.c

index 8dfae370938a805ca0e088ed478ba33b79740a8b..be3105c8eef71c71d5b355a3d176363a861ee8e5 100644 (file)
@@ -362,8 +362,7 @@ try_combine_recent (void *cls, const struct GNUNET_HashCode * key, void *value)
   else
   {
     GNUNET_CONTAINER_bloomfilter_or2 (rr->reply_bf,
-                                     in->reply_bf,
-                                     GNUNET_CONTAINER_bloomfilter_get_size (in->reply_bf));
+                                     in->reply_bf);
     GNUNET_CONTAINER_bloomfilter_free (in->reply_bf);
   }
   GNUNET_free (in);