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:57 +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 55f509b7c fix typo
55f509b7c is described below

commit 55f509b7c7809f1c8dc9db66a8df11ef55aaf628
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 22 11:43:53 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 915b1379d..26975e125 100644
--- a/src/dht/plugin_block_dht.c
+++ b/src/dht/plugin_block_dht.c
@@ -95,7 +95,7 @@ block_plugin_dht_create_group (void *cls,
   const char *guard;
 
   guard = va_arg (va, const char *);
-  if (0 != memcmp (guard,
+  if (0 == memcmp (guard,
                    "seen-set-size",
                    strlen ("seen-set-size")))
     bf_size = compute_bloomfilter_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]