Update of /cvsroot/freenet/freenet/src/freenet/node/rt
In directory sc8-pr-cvs1:/tmp/cvs-serv21502/src/freenet/node/rt
Modified Files:
RoutingPointStore.java
Log Message:
Respect the desired initTime
Index: RoutingPointStore.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/rt/RoutingPointStore.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- RoutingPointStore.java 4 Nov 2003 08:24:59 -0000 1.4
+++ RoutingPointStore.java 4 Nov 2003 15:41:17 -0000 1.5
@@ -154,6 +154,7 @@
points[x] = new RoutingPoint();
}
distributeKeysEvenly();
+ setAllTimes(initTime);
logDEBUG = Core.logger.shouldLog(Logger.DEBUG,this);
}
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs