-typo
authorChristian Grothoff <christian@grothoff.org>
Mon, 19 Dec 2011 09:36:30 +0000 (09:36 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 19 Dec 2011 09:36:30 +0000 (09:36 +0000)
src/datastore/gnunet-service-datastore.c

index 6adc1132d9ba656bd00b11b984d72f3c7717acb6..5474bc101d1eba6461a4a5344fdd3d7f9b1714d7 100644 (file)
@@ -1529,7 +1529,7 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
   if (quota / (32 * 1024LL) > (1 << 31)) 
     bf_size = (1 << 31);          /* absolute limit: ~2 GB, beyond that BF just won't help anyway */
   else
-    bf_size = quota / (32 * 1024LL);         /* 8 bit per entry, 1 bit per 32 kb in DB */
+    bf_size = quota / (32 * 1024LL);         /* 8 bit per entry, 1 bit per 32 kb in DB */
   fn = NULL;
   if ((GNUNET_OK !=
        GNUNET_CONFIGURATION_get_value_filename (cfg, "DATASTORE", "BLOOMFILTER",