Author: toad
Date: 2008-06-25 19:34:06 +0000 (Wed, 25 Jun 2008)
New Revision: 20706
Modified:
branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java
Log:
Activation
Modified:
branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java
2008-06-25 17:55:40 UTC (rev 20705)
+++ branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java
2008-06-25 19:34:06 UTC (rev 20706)
@@ -150,6 +150,8 @@
}
public void onFailure(LowLevelPutException e, Object keyNum,
ObjectContainer container, ClientContext context) {
+ if(persistent)
+ container.activate(errors, 1);
if(parent.isCancelled()) {
fail(new InsertException(InsertException.CANCELLED),
container, context);
return;