Author: toad
Date: 2008-02-13 11:56:03 +0000 (Wed, 13 Feb 2008)
New Revision: 17863

Modified:
   trunk/freenet/src/freenet/node/NodeStarter.java
Log:
Doh

Modified: trunk/freenet/src/freenet/node/NodeStarter.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStarter.java     2008-02-13 11:34:09 UTC 
(rev 17862)
+++ trunk/freenet/src/freenet/node/NodeStarter.java     2008-02-13 11:56:03 UTC 
(rev 17863)
@@ -360,7 +360,7 @@
                configFS.put("node.updater.enabled", false);
                configFS.putSingle("node.tempDir", new File(portDir, 
"temp").toString());
                configFS.putSingle("node.storeDir", new File(portDir, 
"store").toString());
-               configFS.putSingle("node.persistentDownloadsEnabled", false);
+               configFS.put("node.persistentDownloadsEnabled", false);
                configFS.putSingle("node.throttleFile", new File(portDir, 
"throttle.dat").toString());
                configFS.putSingle("node.nodeDir", portDir.toString());
                configFS.put("node.maxHTL", maxHTL);


Reply via email to