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

toad at freenetproject.org toad at freenetproject.org
Tue Mar 4 16:37:14 UTC 2008


Author: toad
Date: 2008-03-04 16:37:14 +0000 (Tue, 04 Mar 2008)
New Revision: 18340

Modified:
   trunk/freenet/src/freenet/node/NodeCrypto.java
Log:
Better this way

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




More information about the cvs mailing list