Author: toad
Date: 2009-01-27 19:15:29 +0000 (Tue, 27 Jan 2009)
New Revision: 25330

Modified:
   
branches/db4o/freenet/src/freenet/support/io/PersistentBlobTempBucketFactory.java
Log:
Maybe fix objectOnNew called but haven't stored yet


Modified: 
branches/db4o/freenet/src/freenet/support/io/PersistentBlobTempBucketFactory.java
===================================================================
--- 
branches/db4o/freenet/src/freenet/support/io/PersistentBlobTempBucketFactory.java
   2009-01-27 18:53:41 UTC (rev 25329)
+++ 
branches/db4o/freenet/src/freenet/support/io/PersistentBlobTempBucketFactory.java
   2009-01-27 19:15:29 UTC (rev 25330)
@@ -432,6 +432,7 @@
                tag.bucket = bucket;
                tag.isFree = false;
                container.store(tag);
+               container.store(bucket);
                synchronized(this) {
                        notCommittedBlobs.remove(index);
                }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to