Author: toad
Date: 2007-12-15 01:09:17 +0000 (Sat, 15 Dec 2007)
New Revision: 16559
Modified:
trunk/freenet/src/freenet/node/NodeCrypto.java
Log:
me == idiot
Modified: trunk/freenet/src/freenet/node/NodeCrypto.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeCrypto.java 2007-12-15 00:31:25 UTC
(rev 16558)
+++ trunk/freenet/src/freenet/node/NodeCrypto.java 2007-12-15 01:09:17 UTC
(rev 16559)
@@ -416,7 +416,7 @@
fs.putSingle("ark.privURI",
myARK.getInsertURI().toString(false, false));
// FIXME remove the conditional after we've removed it from
exportPublic...
// We must save the location!
- if(fs.get("location") != null)
+ if(fs.get("location") == null)
fs.put("location", node.lm.getLocation());
}