From 0c651a9ceb04fad03408f09dda84a20f1d698593 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 23 Feb 2017 22:50:24 +0100 Subject: [PATCH] fix typo in example --- src/block/plugin_block_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } GNUNET_break (NULL == va_arg (va, const char *)); return GNUNET_BLOCK_GROUP_bf_create (cls, - TEMPLATE_BF_SIZE, + bf_size, BLOOMFILTER_K, type, nonce, -- 2.25.1