Author: toad
Date: 2009-04-08 23:27:07 +0000 (Wed, 08 Apr 2009)
New Revision: 26668
Modified:
trunk/freenet/src/freenet/node/fcp/ClientRequest.java
Log:
Remove now invalid assertion
Modified: trunk/freenet/src/freenet/node/fcp/ClientRequest.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/ClientRequest.java 2009-04-08
23:24:51 UTC (rev 26667)
+++ trunk/freenet/src/freenet/node/fcp/ClientRequest.java 2009-04-08
23:27:07 UTC (rev 26668)
@@ -151,7 +151,6 @@
if(global) {
client = persistenceType == PERSIST_FOREVER ?
handler.server.globalForeverClient : handler.server.globalRebootClient;
} else {
-
assert(!handler.server.core.clientDatabaseExecutor.onThread());
client = persistenceType == PERSIST_FOREVER ?
handler.getForeverClient(container) : handler.getRebootClient();
}
lowLevelClient = client.lowLevelClient;
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs