Author: j16sdiz
Date: 2008-08-20 08:31:37 +0000 (Wed, 20 Aug 2008)
New Revision: 22050

Modified:
   
branches/saltedhashstore/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
Log:
bug 2516: doh!

Modified: 
branches/saltedhashstore/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
===================================================================
--- 
branches/saltedhashstore/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
   2008-08-20 08:31:01 UTC (rev 22049)
+++ 
branches/saltedhashstore/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
   2008-08-20 08:31:37 UTC (rev 22050)
@@ -1676,7 +1676,7 @@
                configLock.readLock().lock();
                try {
                        if (!checkBloom)
-                               return false;
+                               return true;
                        return 
bloomFilter.checkFilter(cipherManager.getDigestedKey(routingKey));
                } finally {
                        configLock.readLock().unlock();


Reply via email to