Author: nextgens
Date: 2006-05-11 20:16:35 +0000 (Thu, 11 May 2006)
New Revision: 8667

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
this one maybe ?

Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java    2006-05-11 19:59:14 UTC (rev 
8666)
+++ trunk/freenet/src/freenet/node/Node.java    2006-05-11 20:16:35 UTC (rev 
8667)
@@ -199,7 +199,7 @@
                        synchronized(this) {
                                inserter = null;
                                if(shouldInsert) {
-                                       shouldInsert = false;
+                                       //shouldInsert = false;
                                        startInserter();
                                }
                        }
@@ -1785,6 +1785,7 @@
                InetAddress addr = ipDetector.getAddress();
                if(addr != null) {
                        lastIPAddress = addr;
+                       shouldInsertARK();
                        return addr;
                }
                // Try to pick it up from our connections


Reply via email to