aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/block/plugin_block_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/plugin_block_template.c b/src/block/plugin_block_template.c
index 0825bd095..87adae7e9 100644
--- a/src/block/plugin_block_template.c
+++ b/src/block/plugin_block_template.c
@@ -111,7 +111,7 @@ block_plugin_template_create_group (void *cls,
111 } 111 }
112 GNUNET_break (NULL == va_arg (va, const char *)); 112 GNUNET_break (NULL == va_arg (va, const char *));
113 return GNUNET_BLOCK_GROUP_bf_create (cls, 113 return GNUNET_BLOCK_GROUP_bf_create (cls,
114 TEMPLATE_BF_SIZE, 114 bf_size,
115 BLOOMFILTER_K, 115 BLOOMFILTER_K,
116 type, 116 type,
117 nonce, 117 nonce,