aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-23 14:16:08 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-23 14:16:08 +0000
commit7833cfb3ee446d6e2c05bc47048a1118db27e005 (patch)
tree2c02bf4b47c7cf9f7e1f3f529607d4feb5e31414 /src/datastore
parent47431a0d4a7805e937d9b56c005ab5a74ca319f0 (diff)
downloadgnunet-7833cfb3ee446d6e2c05bc47048a1118db27e005.tar.gz
gnunet-7833cfb3ee446d6e2c05bc47048a1118db27e005.zip
-fix
Diffstat (limited to 'src/datastore')
-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 */