[freenet-cvs] r18336 - trunk/freenet/src/freenet/node

tommy at freenetproject.org tommy at freenetproject.org
Tue Mar 4 16:14:46 UTC 2008


Author: tommy
Date: 2008-03-04 16:14:45 +0000 (Tue, 04 Mar 2008)
New Revision: 18336

Modified:
   trunk/freenet/src/freenet/node/NodeCrypto.java
Log:
Partially revert r18272 to get ARKs working again

Modified: trunk/freenet/src/freenet/node/NodeCrypto.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeCrypto.java	2008-03-04 14:08:35 UTC (rev 18335)
+++ trunk/freenet/src/freenet/node/NodeCrypto.java	2008-03-04 16:14:45 UTC (rev 18336)
@@ -283,7 +283,7 @@
 	 */
 	SimpleFieldSet exportPublicFieldSet(boolean forSetup, boolean forAnonInitiator) {
 		SimpleFieldSet fs = exportPublicCryptoFieldSet(forSetup, forAnonInitiator);
-		if((!forAnonInitiator) && (!forSetup)) {
+		if(!forAnonInitiator) {
 			// IP addresses
 			Peer[] ips = detector.detectPrimaryPeers();
 			if(ips != null) {




More information about the cvs mailing list