Author: j16sdiz
Date: 2008-08-15 07:49:04 +0000 (Fri, 15 Aug 2008)
New Revision: 21882
Modified:
trunk/freenet/src/freenet/node/Node.java
Log:
always change the storeType
Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java 2008-08-14 22:48:45 UTC (rev
21881)
+++ trunk/freenet/src/freenet/node/Node.java 2008-08-15 07:49:04 UTC (rev
21882)
@@ -181,9 +181,6 @@
}
public void set(String val) throws InvalidConfigValueException,
NodeNeedRestartException {
- if (val.equals(storeType))
- return;
-
boolean found = false;
for (String p : getPossibleValues()) {
if (p.equals(val)) {
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs