Author: toad
Date: 2008-05-22 12:53:54 +0000 (Thu, 22 May 2008)
New Revision: 20031

Modified:
   branches/db4o/freenet/src/freenet/client/async/ClientRequestScheduler.java
Log:
Thanks sdiz again - here we need to ask both.

Modified: 
branches/db4o/freenet/src/freenet/client/async/ClientRequestScheduler.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/ClientRequestScheduler.java  
2008-05-22 12:53:02 UTC (rev 20030)
+++ branches/db4o/freenet/src/freenet/client/async/ClientRequestScheduler.java  
2008-05-22 12:53:54 UTC (rev 20031)
@@ -220,7 +220,7 @@

        public void removePendingKey(SendableGet getter, boolean complain, Key 
key) {
                boolean dropped = 
-                       schedCore.removePendingKey(getter, complain, key) ||
+                       schedCore.removePendingKey(getter, complain, key) |
                        schedTransient.removePendingKey(getter, complain, key);
                if(dropped && offeredKeys != null && !node.peersWantKey(key)) {
                        for(int i=0;i<offeredKeys.length;i++)


Reply via email to