diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-02-23 22:50:24 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-02-23 22:55:30 +0100 |
commit | 0c651a9ceb04fad03408f09dda84a20f1d698593 (patch) | |
tree | bac08a0835e307385c62a49277134a21693b487f /src/block | |
parent | b29c94bfac7c1820297f55448827be61ba709575 (diff) |
fix typo in example
Diffstat (limited to 'src/block')
-rw-r--r-- | src/block/plugin_block_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/plugin_block_template.c b/src/block/plugin_block_template.c index 0825bd095e..87adae7e9e 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, |