Author: toad
Date: 2008-10-24 13:00:18 +0000 (Fri, 24 Oct 2008)
New Revision: 23078
Modified:
branches/db4o/freenet/src/freenet/support/io/PersistentBlobTempBucketFactory.java
Log:
Doh
Modified:
branches/db4o/freenet/src/freenet/support/io/PersistentBlobTempBucketFactory.java
===================================================================
---
branches/db4o/freenet/src/freenet/support/io/PersistentBlobTempBucketFactory.java
2008-10-24 12:26:09 UTC (rev 23077)
+++
branches/db4o/freenet/src/freenet/support/io/PersistentBlobTempBucketFactory.java
2008-10-24 13:00:18 UTC (rev 23078)
@@ -256,6 +256,7 @@
Logger.error(this, "Slot "+index+" already occupied!:
"+tag.bucket+" for "+tag.index);
throw new IllegalStateException("Slot "+index+" already
occupied!");
}
+ tag.bucket = bucket;
container.store(tag);
synchronized(this) {
notCommittedBlobs.remove(index);