Author: toad
Date: 2007-07-04 17:58:23 +0000 (Wed, 04 Jul 2007)
New Revision: 13922
Modified:
trunk/freenet/src/freenet/node/NodeIPPortDetector.java
Log:
Register on IP detector. Should re-enable ARKs.
Modified: trunk/freenet/src/freenet/node/NodeIPPortDetector.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeIPPortDetector.java 2007-07-04
17:52:58 UTC (rev 13921)
+++ trunk/freenet/src/freenet/node/NodeIPPortDetector.java 2007-07-04
17:58:23 UTC (rev 13922)
@@ -35,6 +35,7 @@
this.ipDetector = ipDetector;
this.crypto = crypto;
arkPutter = new NodeARKInserter(node, crypto, this);
+ ipDetector.addPortDetector(this);
}
/**