Author: toad
Date: 2008-06-18 10:55:10 +0000 (Wed, 18 Jun 2008)
New Revision: 20430
Modified:
branches/db4o/freenet/src/freenet/client/async/USKInserter.java
Log:
Here too
Modified: branches/db4o/freenet/src/freenet/client/async/USKInserter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/USKInserter.java
2008-06-18 10:54:53 UTC (rev 20429)
+++ branches/db4o/freenet/src/freenet/client/async/USKInserter.java
2008-06-18 10:55:10 UTC (rev 20430)
@@ -144,7 +144,7 @@
else {
if(Logger.shouldLog(Logger.MINOR, this))
Logger.minor(this, "URI should be "+targetURI+"
actually is "+realURI);
- ctx.uskManager.update(pubUSK, edition);
+ ctx.uskManager.update(pubUSK, edition, context);
}
// FINISHED!!!! Yay!!!
}