Author: toad
Date: 2008-06-21 16:02:58 +0000 (Sat, 21 Jun 2008)
New Revision: 20582
Modified:
branches/db4o/freenet/src/freenet/node/fcp/FCPConnectionHandler.java
Log:
Hmmm, yes we were
Modified: branches/db4o/freenet/src/freenet/node/fcp/FCPConnectionHandler.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/FCPConnectionHandler.java
2008-06-21 16:02:36 UTC (rev 20581)
+++ branches/db4o/freenet/src/freenet/node/fcp/FCPConnectionHandler.java
2008-06-21 16:02:58 UTC (rev 20582)
@@ -308,14 +308,6 @@
}, NativeThread.NORM_PRIORITY, false);
return; // Don't run the start() below
- } else { // PERSIST_REBOOT
- try {
- cp.register(null, false, false);
- } catch (IdentifierCollisionException
e) {
- success = false;
- }
- cp.start(null,
server.core.clientContext);
-
}
}
if(!success) {