aboutsummaryrefslogtreecommitdiff
path: root/src/dht/plugin_block_dht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/plugin_block_dht.c')
-rw-r--r--src/dht/plugin_block_dht.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/plugin_block_dht.c b/src/dht/plugin_block_dht.c
index 26975e125..72480536c 100644
--- a/src/dht/plugin_block_dht.c
+++ b/src/dht/plugin_block_dht.c
@@ -108,6 +108,7 @@ block_plugin_dht_create_group (void *cls,
108 GNUNET_break (0); 108 GNUNET_break (0);
109 bf_size = 8; 109 bf_size = 8;
110 } 110 }
111 GNUNET_break (NULL == va_arg (va, const char *));
111 return GNUNET_BLOCK_GROUP_bf_create (cls, 112 return GNUNET_BLOCK_GROUP_bf_create (cls,
112 bf_size, 113 bf_size,
113 BLOOMFILTER_K, 114 BLOOMFILTER_K,