gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 02/09: fix typo in example


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/09: fix typo in example
Date: Thu, 23 Feb 2017 23:06:01 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit 0c651a9ceb04fad03408f09dda84a20f1d698593
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Feb 23 22:50:24 2017 +0100

    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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]