aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/datastore/gnunet-service-datastore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index 0e82a38fd..790c05623 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -1557,7 +1557,7 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
1557 } 1557 }
1558 if (fn != NULL) 1558 if (fn != NULL)
1559 { 1559 {
1560 GNUNET_asprintf (&pfn, "%s.%s\n", fn, plugin_name); 1560 GNUNET_asprintf (&pfn, "%s.%s", fn, plugin_name);
1561 if (GNUNET_YES == GNUNET_DISK_file_test (pfn)) 1561 if (GNUNET_YES == GNUNET_DISK_file_test (pfn))
1562 { 1562 {
1563 filter = GNUNET_CONTAINER_bloomfilter_load (pfn, bf_size, 5); /* approx. 3% false positives at max use */ 1563 filter = GNUNET_CONTAINER_bloomfilter_load (pfn, bf_size, 5); /* approx. 3% false positives at max use */