Author: toad
Date: 2008-09-23 18:24:19 +0000 (Tue, 23 Sep 2008)
New Revision: 22778

Modified:
   trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
Log:
Okay, that didn't work. I have no idea why though.


Modified: trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
===================================================================
--- trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java      
2008-09-23 17:36:12 UTC (rev 22777)
+++ trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java      
2008-09-23 18:24:19 UTC (rev 22778)
@@ -943,7 +943,7 @@
                                        if (_rebuildBloom && prevStoreSize == 0 
&& cleanerGlobalLock.tryLock()) {
                                                try {
                                                        isRebuilding = true;
-                                                       rebuildBloom(false);
+                                                       rebuildBloom(true);
                                                } finally {
                                                        isRebuilding = false;
                                                        
cleanerGlobalLock.unlock();


Reply via email to