Do we need a forARK flag?

On Tuesday 04 March 2008 16:14, you wrote:
> 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) {
> 
> _______________________________________________
> cvs mailing list
> cvs at freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
> 
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20080304/492e1fb8/attachment.pgp>

Reply via email to