Author: toad
Date: 2008-06-18 19:06:22 +0000 (Wed, 18 Jun 2008)
New Revision: 20451

Modified:
   branches/db4o/freenet/src/freenet/node/NodeClientCore.java
Log:
Don't forget to start the datastore checker thread!

Modified: branches/db4o/freenet/src/freenet/node/NodeClientCore.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/NodeClientCore.java  2008-06-18 
19:02:46 UTC (rev 20450)
+++ branches/db4o/freenet/src/freenet/node/NodeClientCore.java  2008-06-18 
19:06:22 UTC (rev 20451)
@@ -430,6 +430,7 @@
                        fcpServer.maybeStart();
                if(tmci != null)
                        tmci.start();
+               datastoreCheckerExecutor.start(node.executor, "Datastore 
checker");

                node.executor.execute(new PrioRunnable() {
                        public void run() {


Reply via email to