[freenet-cvs] r20921 - branches/db4o/freenet/src/freenet/node/fcp
toad at freenetproject.org
toad at freenetproject.org
Tue Jul 1 17:34:54 UTC 2008
Author: toad
Date: 2008-07-01 17:34:54 +0000 (Tue, 01 Jul 2008)
New Revision: 20921
Modified:
branches/db4o/freenet/src/freenet/node/fcp/RemovePersistentRequest.java
Log:
Fix RemovePersistentRequest
Modified: branches/db4o/freenet/src/freenet/node/fcp/RemovePersistentRequest.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/RemovePersistentRequest.java 2008-07-01 17:31:43 UTC (rev 20920)
+++ branches/db4o/freenet/src/freenet/node/fcp/RemovePersistentRequest.java 2008-07-01 17:34:54 UTC (rev 20921)
@@ -50,7 +50,7 @@
public void run(ObjectContainer container, ClientContext context) {
try {
- ClientRequest req = handler.removePersistentRebootRequest(global, identifier);
+ ClientRequest req = handler.removePersistentForeverRequest(global, identifier, container);
if(req == null) {
Logger.error(this, "Huh ? the request is null!");
}
More information about the cvs
mailing list