gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix typo


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix typo
Date: Wed, 22 Feb 2017 11:43:01 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1e7381750 fix typo
1e7381750 is described below

commit 1e7381750256bfa364df5d3150a7762b0fc2ebeb
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 22 11:43:00 2017 +0100

    fix typo
---
 src/dht/plugin_block_dht.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dht/plugin_block_dht.c b/src/dht/plugin_block_dht.c
index 869ec1554..915b1379d 100644
--- a/src/dht/plugin_block_dht.c
+++ b/src/dht/plugin_block_dht.c
@@ -99,7 +99,7 @@ block_plugin_dht_create_group (void *cls,
                    "seen-set-size",
                    strlen ("seen-set-size")))
     bf_size = compute_bloomfilter_size (va_arg (va, unsigned int));
-  else if (0 == memcmp (va_arg (va, const char *),
+  else if (0 == memcmp (guard,
                         "filter-size",
                         strlen ("filter-size")))
     bf_size = va_arg (va, unsigned int);

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



reply via email to

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