aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_clients.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-22 11:40:46 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-22 11:40:46 +0100
commitac95589b0c3f54a7991b1461028fdb5e47c887db (patch)
tree5e792390290a836b7673fae09675c39d589d6832 /src/dht/gnunet-service-dht_clients.c
parent8000747074b82caeacb0f43710940220d9840d37 (diff)
downloadgnunet-ac95589b0c3f54a7991b1461028fdb5e47c887db.tar.gz
gnunet-ac95589b0c3f54a7991b1461028fdb5e47c887db.zip
try to fix BF size mess created by original BLOCK API change
Diffstat (limited to 'src/dht/gnunet-service-dht_clients.c')
-rw-r--r--src/dht/gnunet-service-dht_clients.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht_clients.c b/src/dht/gnunet-service-dht_clients.c
index a42356e5f..c304f2e54 100644
--- a/src/dht/gnunet-service-dht_clients.c
+++ b/src/dht/gnunet-service-dht_clients.c
@@ -374,7 +374,9 @@ transmit_request (struct ClientQueryRecord *cqr)
374 GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_WEAK, 374 GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_WEAK,
375 UINT32_MAX), 375 UINT32_MAX),
376 NULL, 376 NULL,
377 0); 377 0,
378 "seen-set-size",
379 cqr->seen_replies_count);
378 GNUNET_BLOCK_group_set_seen (bg, 380 GNUNET_BLOCK_group_set_seen (bg,
379 cqr->seen_replies, 381 cqr->seen_replies,
380 cqr->seen_replies_count); 382 cqr->seen_replies_count);