Author: toad
Date: 2007-12-19 16:26:50 +0000 (Wed, 19 Dec 2007)
New Revision: 16719

Modified:
   trunk/freenet/src/freenet/node/FNPPacketMangler.java
Log:
Can't turn off sending both refs until last commit (expectedLength) is 
mandatory.

Modified: trunk/freenet/src/freenet/node/FNPPacketMangler.java
===================================================================
--- trunk/freenet/src/freenet/node/FNPPacketMangler.java        2007-12-19 
16:25:58 UTC (rev 16718)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java        2007-12-19 
16:26:50 UTC (rev 16719)
@@ -1123,7 +1123,7 @@

                // Send reply
                sendJFKMessage4(1, 2, 3, nonceInitiator, 
nonceResponder,initiatorExponential, responderExponential, 
-                               c, Ke, Ka, authenticator, hisRef, pn, replyTo, 
unknownInitiator, setupType, false);
+                               c, Ke, Ka, authenticator, hisRef, pn, replyTo, 
unknownInitiator, setupType, true);
                // FIXME change last argument to FALSE when this build is 
mandatory.

                c.initialize(Ks);


Reply via email to