Author: j16sdiz
Date: 2008-05-15 05:05:55 +0000 (Thu, 15 May 2008)
New Revision: 19938

Modified:
   
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
Log:
try next offset on EOFException


Modified: 
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
===================================================================
--- 
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java  
    2008-05-15 05:05:36 UTC (rev 19937)
+++ 
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java  
    2008-05-15 05:05:55 UTC (rev 19938)
@@ -142,7 +142,7 @@
                        } catch (EOFException e) {
                                // may occur on resize, silent it a bit
                                Logger.error(this, "EOFException on 
probeEntry", e);
-                               return null;
+                               continue;
                        } finally {
                                unlockEntry(offset[i]);
                        }


Reply via email to