Author: toad
Date: 2008-04-08 17:09:34 +0000 (Tue, 08 Apr 2008)
New Revision: 19082

Modified:
   trunk/freenet/src/freenet/node/LocationManager.java
Log:
Set timeLocSet. Doh. (Fixes r19070).

Modified: trunk/freenet/src/freenet/node/LocationManager.java
===================================================================
--- trunk/freenet/src/freenet/node/LocationManager.java 2008-04-08 16:21:33 UTC 
(rev 19081)
+++ trunk/freenet/src/freenet/node/LocationManager.java 2008-04-08 17:09:34 UTC 
(rev 19082)
@@ -92,6 +92,7 @@
         recentlyForwardedIDs = new Hashtable();
         // FIXME persist to disk!
         averageSwapTime = new 
BootstrappingDecayingRunningAverage(SEND_SWAP_INTERVAL, 0, Integer.MAX_VALUE, 
20, null);
+        timeLocSet = System.currentTimeMillis();

         logMINOR = Logger.shouldLog(Logger.MINOR, this);
     }
@@ -118,6 +119,7 @@
                return;
        }
         this.loc = l;
+        timeLocSet = System.currentTimeMillis();
     }

     public synchronized void updateLocationChangeSession(double newLoc) {


Reply via email to