Author: toad
Date: 2008-06-13 19:21:37 +0000 (Fri, 13 Jun 2008)
New Revision: 20327

Modified:
   branches/db4o/freenet/src/freenet/node/NodeClientCore.java
Log:
Another compile fix

Modified: branches/db4o/freenet/src/freenet/node/NodeClientCore.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/NodeClientCore.java  2008-06-13 
19:21:11 UTC (rev 20326)
+++ branches/db4o/freenet/src/freenet/node/NodeClientCore.java  2008-06-13 
19:21:37 UTC (rev 20327)
@@ -1014,7 +1014,7 @@
        }

        public HighLevelSimpleClient makeClient(short prioClass, boolean 
forceDontIgnoreTooManyPathComponents) {
-               return new HighLevelSimpleClientImpl(this, archiveManager, 
tempBucketFactory, random, !Node.DONT_CACHE_LOCAL_REQUESTS, prioClass, 
forceDontIgnoreTooManyPathComponents, clientSlowSerialExecutor);
+               return new HighLevelSimpleClientImpl(this, tempBucketFactory, 
random, !Node.DONT_CACHE_LOCAL_REQUESTS, prioClass, 
forceDontIgnoreTooManyPathComponents, clientSlowSerialExecutor);
        }

        public FCPServer getFCPServer() {


Reply via email to