aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/datacache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/datacache.c')
-rw-r--r--src/datacache/datacache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/datacache.c b/src/datacache/datacache.c
index 10b2721ee..b937c63bb 100644
--- a/src/datacache/datacache.c
+++ b/src/datacache/datacache.c
@@ -163,7 +163,7 @@ GNUNET_DATACACHE_create (const struct GNUNET_CONFIGURATION_Handle *cfg,
163 } 163 }
164 else 164 else
165 { 165 {
166 ret->filter = GNUNET_CONTAINER_bloomfilter_load (NULL, bf_size, 5); /* approx. 3% false positives at max use */ 166 ret->filter = GNUNET_CONTAINER_bloomfilter_init (NULL, bf_size, 5); /* approx. 3% false positives at max use */
167 } 167 }
168 ret->stats = GNUNET_STATISTICS_create ("datacache", 168 ret->stats = GNUNET_STATISTICS_create ("datacache",
169 cfg); 169 cfg);