[freenet-cvs] r15810 - trunk/freenet/src/freenet/node
toad at freenetproject.org
toad at freenetproject.org
Sun Nov 18 00:05:14 UTC 2007
Author: toad
Date: 2007-11-18 00:05:12 +0000 (Sun, 18 Nov 2007)
New Revision: 15810
Modified:
trunk/freenet/src/freenet/node/NodeClientCore.java
Log:
We can't change the persistent temp dir at the moment. So don't make it look like we did!
Modified: trunk/freenet/src/freenet/node/NodeClientCore.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeClientCore.java 2007-11-17 23:09:20 UTC (rev 15809)
+++ trunk/freenet/src/freenet/node/NodeClientCore.java 2007-11-18 00:05:12 UTC (rev 15810)
@@ -175,7 +175,7 @@
return persistentTempBucketFactory.getDir().toString();
}
public void set(String val) throws InvalidConfigValueException {
- if(!get().equals(val))
+ if(get().equals(val))
return;
// FIXME
throw new InvalidConfigValueException("Moving persistent temp directory on the fly not supported at present");
More information about the cvs
mailing list