Author: toad
Date: 2008-02-13 17:17:30 +0000 (Wed, 13 Feb 2008)
New Revision: 17871

Modified:
   trunk/freenet/src/freenet/node/LocationManager.java
Log:
Doh - inverted condition

Modified: trunk/freenet/src/freenet/node/LocationManager.java
===================================================================
--- trunk/freenet/src/freenet/node/LocationManager.java 2008-02-13 17:13:48 UTC 
(rev 17870)
+++ trunk/freenet/src/freenet/node/LocationManager.java 2008-02-13 17:17:30 UTC 
(rev 17871)
@@ -902,7 +902,7 @@
                        runNow = true;
                } else {
                        // Locked.
-                       if(node.enableSwapQueueing || 
+                       if((!node.enableSwapQueueing) || 
                                        incomingMessageQueue.size() > 
MAX_INCOMING_QUEUE_LENGTH) {
                                // Reject anyway.
                                reject = true;


Reply via email to