Author: nextgens
Date: 2008-07-17 17:05:43 +0000 (Thu, 17 Jul 2008)
New Revision: 21174
Modified:
trunk/freenet/src/freenet/node/LocationManager.java
Log:
doh
Modified: trunk/freenet/src/freenet/node/LocationManager.java
===================================================================
--- trunk/freenet/src/freenet/node/LocationManager.java 2008-07-17 17:04:05 UTC
(rev 21173)
+++ trunk/freenet/src/freenet/node/LocationManager.java 2008-07-17 17:05:43 UTC
(rev 21174)
@@ -611,7 +611,7 @@
}
private void announceLocChange(boolean log, boolean randomReset, boolean
fromDupLocation) {
- Message msg = DMT.createFNPLocChangeNotificationNew(getLocation(),
node.peers.getPeerLocationDoubles());
+ Message msg = DMT.createFNPLocChangeNotificationNew(getLocation(),
node.peers.getPeerLocationDoubles(true));
node.peers.localBroadcast(msg, false, true, this);
if(log)
recordLocChange(randomReset, fromDupLocation);