aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_routing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-21 15:18:00 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-21 15:18:00 +0000
commit178fae8082be84bf68150762023ee7a181960ae0 (patch)
tree67573b4f055cbf630cd48a4b067944ca30cc3c60 /src/dht/gnunet-service-dht_routing.c
parent78f1dafee3986e034c680affc6171e83e36a6688 (diff)
downloadgnunet-178fae8082be84bf68150762023ee7a181960ae0.tar.gz
gnunet-178fae8082be84bf68150762023ee7a181960ae0.zip
-simplified OR2 API
Diffstat (limited to 'src/dht/gnunet-service-dht_routing.c')
-rw-r--r--src/dht/gnunet-service-dht_routing.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dht/gnunet-service-dht_routing.c b/src/dht/gnunet-service-dht_routing.c
index 8dfae3709..be3105c8e 100644
--- a/src/dht/gnunet-service-dht_routing.c
+++ b/src/dht/gnunet-service-dht_routing.c
@@ -362,8 +362,7 @@ try_combine_recent (void *cls, const struct GNUNET_HashCode * key, void *value)
362 else 362 else
363 { 363 {
364 GNUNET_CONTAINER_bloomfilter_or2 (rr->reply_bf, 364 GNUNET_CONTAINER_bloomfilter_or2 (rr->reply_bf,
365 in->reply_bf, 365 in->reply_bf);
366 GNUNET_CONTAINER_bloomfilter_get_size (in->reply_bf));
367 GNUNET_CONTAINER_bloomfilter_free (in->reply_bf); 366 GNUNET_CONTAINER_bloomfilter_free (in->reply_bf);
368 } 367 }
369 GNUNET_free (in); 368 GNUNET_free (in);