Author: toad
Date: 2009-03-24 14:16:30 +0000 (Tue, 24 Mar 2009)
New Revision: 26157
Modified:
branches/db4o/freenet/src/freenet/client/async/USKFetcherTag.java
Log:
Fix AssertionError
Modified: branches/db4o/freenet/src/freenet/client/async/USKFetcherTag.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/USKFetcherTag.java
2009-03-24 14:07:42 UTC (rev 26156)
+++ branches/db4o/freenet/src/freenet/client/async/USKFetcherTag.java
2009-03-24 14:16:30 UTC (rev 26157)
@@ -103,7 +103,7 @@
}
public void cancel(ObjectContainer container, ClientContext context) {
- if(fetcher != null) fetcher.cancel(container, context);
+ if(fetcher != null) fetcher.cancel(null, context);
finish(context);
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs