Author: toad
Date: 2007-12-14 13:45:21 +0000 (Fri, 14 Dec 2007)
New Revision: 16524

Modified:
   trunk/freenet/src/freenet/node/NodeCrypto.java
Log:
location doesn't need to be in the noderef at all.

Modified: trunk/freenet/src/freenet/node/NodeCrypto.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeCrypto.java      2007-12-14 00:39:58 UTC 
(rev 16523)
+++ trunk/freenet/src/freenet/node/NodeCrypto.java      2007-12-14 13:45:21 UTC 
(rev 16524)
@@ -290,7 +290,6 @@
                                fs.putAppend("physical.udp", 
ips[i].toString()); // Keep; important that node know all our IPs
                }
                // Negotiation types
-               fs.put("location", node.lm.getLocation()); // FIXME maybe 
!forSetup; see #943
                fs.putSingle("version", Version.getVersionString()); // Keep, 
vital that peer know our version. For example, some types may be sent in 
different formats to different node versions (e.g. Peer).
                fs.putSingle("lastGoodVersion", 
Version.getLastGoodVersionString()); // Also vital
                fs.put("testnet", node.testnetEnabled); // Vital that peer know 
this!


Reply via email to