Author: toad
Date: 2008-11-14 18:44:16 +0000 (Fri, 14 Nov 2008)
New Revision: 23591

Modified:
   trunk/freenet/src/freenet/node/PeerNode.java
Log:
Comments


Modified: trunk/freenet/src/freenet/node/PeerNode.java
===================================================================
--- trunk/freenet/src/freenet/node/PeerNode.java        2008-11-14 18:43:08 UTC 
(rev 23590)
+++ trunk/freenet/src/freenet/node/PeerNode.java        2008-11-14 18:44:16 UTC 
(rev 23591)
@@ -1281,6 +1281,7 @@
                try {
                        if(cur != null && !cur.wouldBlock(false))
                                t = messageQueue.getNextUrgentTime(t, now);
+                       // If there isn't a current tracker, no point worrying 
about it as we won't be able to send it anyway...
                } catch (BlockedTooLongException e) {
                        // Ignore for now, it will come back around
                }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to