fix typo
authorChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2017 10:43:00 +0000 (11:43 +0100)
committerChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2017 10:43:00 +0000 (11:43 +0100)
src/dht/plugin_block_dht.c

index 869ec155440ff2dd8adbc456c6327a43b4c5365c..915b1379d5a44cfa5fb47c9e5f2318f8b931e2ea 100644 (file)
@@ -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);