projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac95589
)
fix typo
author
Christian Grothoff
<christian@grothoff.org>
Wed, 22 Feb 2017 10:43:00 +0000
(11:43 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 22 Feb 2017 10:43:00 +0000
(11:43 +0100)
src/dht/plugin_block_dht.c
patch
|
blob
|
history
diff --git
a/src/dht/plugin_block_dht.c
b/src/dht/plugin_block_dht.c
index 869ec155440ff2dd8adbc456c6327a43b4c5365c..915b1379d5a44cfa5fb47c9e5f2318f8b931e2ea 100644
(file)
--- 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);