[freenet-cvs] r16869 - trunk/freenet/src/freenet/node

toad at freenetproject.org toad at freenetproject.org
Thu Jan 3 23:58:06 UTC 2008


Author: toad
Date: 2008-01-03 23:58:06 +0000 (Thu, 03 Jan 2008)
New Revision: 16869

Modified:
   trunk/freenet/src/freenet/node/SeedClientPeerNode.java
Log:
Do not fetch the ARK of a seednode client.

Modified: trunk/freenet/src/freenet/node/SeedClientPeerNode.java
===================================================================
--- trunk/freenet/src/freenet/node/SeedClientPeerNode.java	2008-01-03 23:45:03 UTC (rev 16868)
+++ trunk/freenet/src/freenet/node/SeedClientPeerNode.java	2008-01-03 23:58:06 UTC (rev 16869)
@@ -79,4 +79,8 @@
 	protected boolean ignoreLastGoodVersion() {
 		return true;
 	}
+	
+	void startARKFetcher() {
+		// Do not start an ARK fetcher.
+	}
 }




More information about the cvs mailing list