aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-19 09:36:30 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-19 09:36:30 +0000
commit64b4b2661a825f403208f44e5532f05564b00437 (patch)
tree08ff4d845da39c68a733cd245b395a025b589671 /src/datastore
parent4cf87d6c3b8c35e331183c7e582f0410eb5bdf5f (diff)
downloadgnunet-64b4b2661a825f403208f44e5532f05564b00437.tar.gz
gnunet-64b4b2661a825f403208f44e5532f05564b00437.zip
-typo
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 6adc1132d..5474bc101 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -1529,7 +1529,7 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
1529 if (quota / (32 * 1024LL) > (1 << 31)) 1529 if (quota / (32 * 1024LL) > (1 << 31))
1530 bf_size = (1 << 31); /* absolute limit: ~2 GB, beyond that BF just won't help anyway */ 1530 bf_size = (1 << 31); /* absolute limit: ~2 GB, beyond that BF just won't help anyway */
1531 else 1531 else
1532 bf_size = quota / (32 * / 1024LL); /* 8 bit per entry, 1 bit per 32 kb in DB */ 1532 bf_size = quota / (32 * 1024LL); /* 8 bit per entry, 1 bit per 32 kb in DB */
1533 fn = NULL; 1533 fn = NULL;
1534 if ((GNUNET_OK != 1534 if ((GNUNET_OK !=
1535 GNUNET_CONFIGURATION_get_value_filename (cfg, "DATASTORE", "BLOOMFILTER", 1535 GNUNET_CONFIGURATION_get_value_filename (cfg, "DATASTORE", "BLOOMFILTER",