[freenet-cvs] r20276 - branches/saltedhashstore/freenet/src/freenet/store

j16sdiz at freenetproject.org j16sdiz at freenetproject.org
Thu Jun 12 13:19:50 UTC 2008


Author: j16sdiz
Date: 2008-06-12 13:19:50 +0000 (Thu, 12 Jun 2008)
New Revision: 20276

Modified:
   branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
Log:
doh


Modified: branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
===================================================================
--- branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java	2008-06-12 13:19:28 UTC (rev 20275)
+++ branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java	2008-06-12 13:19:50 UTC (rev 20276)
@@ -234,6 +234,7 @@
 					// Overwrite old offset
 					Entry entry = new Entry(routingKey, header, data);
 					writeEntry(entry, oldOffset); // overwrite, don't increase keyCount
+					writes.incrementAndGet();
 					return;
 				}
 
@@ -1426,4 +1427,4 @@
 
 		setBloomSync(true);
 	}
-}
\ No newline at end of file
+}




More information about the cvs mailing list