Author: toad
Date: 2008-01-31 18:46:00 +0000 (Thu, 31 Jan 2008)
New Revision: 17433

Modified:
   trunk/freenet/src/freenet/node/IPDetectorPluginManager.java
Log:
Return after startDetect() - don't waste time thinking about detecting and 
certainly don't detect twice in the same function.

Modified: trunk/freenet/src/freenet/node/IPDetectorPluginManager.java
===================================================================
--- trunk/freenet/src/freenet/node/IPDetectorPluginManager.java 2008-01-31 
18:45:11 UTC (rev 17432)
+++ trunk/freenet/src/freenet/node/IPDetectorPluginManager.java 2008-01-31 
18:46:00 UTC (rev 17433)
@@ -286,6 +286,7 @@
                                        return;
                                } else {
                                        startDetect();
+                                       return;
                                }
                        }
                        if(detector.hasDirectlyDetectedIP()) {


Reply via email to