[freenet-cvs] r13899 - trunk/freenet/src/freenet/node
toad at freenetproject.org
toad at freenetproject.org
Tue Jul 3 14:55:25 UTC 2007
Author: toad
Date: 2007-07-03 14:55:25 +0000 (Tue, 03 Jul 2007)
New Revision: 13899
Modified:
trunk/freenet/src/freenet/node/NodeDispatcher.java
Log:
Fix linearCounter
Modified: trunk/freenet/src/freenet/node/NodeDispatcher.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeDispatcher.java 2007-07-03 14:51:22 UTC (rev 13898)
+++ trunk/freenet/src/freenet/node/NodeDispatcher.java 2007-07-03 14:55:25 UTC (rev 13899)
@@ -574,6 +574,7 @@
}
}
if(linearCounter < 0) linearCounter = ctx.linearCounter;
+ ctx.linearCounter = linearCounter;
if(locsNotVisited != null) {
if(logMINOR)
Logger.minor(this, "Locs not visited: "+locsNotVisited);
More information about the cvs
mailing list