Author: toad
Date: 2009-02-18 19:46:02 +0000 (Wed, 18 Feb 2009)
New Revision: 25696
Modified:
branches/db4o/freenet/src/freenet/client/async/ClientRequester.java
Log:
Don't remove the RequestClient here. The only place it is safe to remove it is
in FCPClient.
Modified: branches/db4o/freenet/src/freenet/client/async/ClientRequester.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/ClientRequester.java
2009-02-18 19:45:07 UTC (rev 25695)
+++ branches/db4o/freenet/src/freenet/client/async/ClientRequester.java
2009-02-18 19:46:02 UTC (rev 25696)
@@ -178,7 +178,6 @@
public void removeFrom(ObjectContainer container) {
- client.removeFrom(container);
container.activate(requests, 1);
requests.removeFrom(container);
container.delete(this);
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs