r27149 - trunk/freenet/src/freenet/io/comm

[email protected] Tue, 21 Apr 2009 11:47:37 +0000
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
Author: j16sdiz
Date: 2009-04-21 11:47:37 +0000 (Tue, 21 Apr 2009)
New Revision: 27149

Modified:
   trunk/freenet/src/freenet/io/comm/MessageFilter.java
Log:
Fix all timeout / backoff bug

Modified: trunk/freenet/src/freenet/io/comm/MessageFilter.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/MessageFilter.java	2009-04-21 11:11:58 UTC (rev 27148)
+++ trunk/freenet/src/freenet/io/comm/MessageFilter.java	2009-04-21 11:47:37 UTC (rev 27149)
@@ -55,7 +55,7 @@
 
     private MessageFilter() {
         _timeoutFromWait = true;
-        nothing = true;
+        nothing = false;
     }
     
     private MessageFilter(boolean noop) {