Author: toad
Date: 2009-02-19 00:36:53 +0000 (Thu, 19 Feb 2009)
New Revision: 25714
Modified:
branches/db4o/freenet/src/freenet/client/async/USKFetcher.java
Log:
Use maxUSKRetries
Modified: branches/db4o/freenet/src/freenet/client/async/USKFetcher.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/USKFetcher.java
2009-02-19 00:35:57 UTC (rev 25713)
+++ branches/db4o/freenet/src/freenet/client/async/USKFetcher.java
2009-02-19 00:36:53 UTC (rev 25714)
@@ -115,7 +115,7 @@
this.number = i;
this.succeeded = false;
this.dnf = false;
- this.checker = new USKChecker(this, origUSK.getSSK(i),
ctx.maxNonSplitfileRetries, ctx, parent);
+ this.checker = new USKChecker(this, origUSK.getSSK(i),
ctx.maxUSKRetries, ctx, parent);
}
public void onDNF(ClientContext context) {
checker = null;
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs