Author: nextgens
Date: 2007-04-14 14:04:36 +0000 (Sat, 14 Apr 2007)
New Revision: 12684

Modified:
   trunk/freenet/src/freenet/node/fcp/ClientHelloMessage.java
Log:
I should have read IRC logs before commiting

Modified: trunk/freenet/src/freenet/node/fcp/ClientHelloMessage.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/ClientHelloMessage.java  2007-04-14 
14:00:40 UTC (rev 12683)
+++ trunk/freenet/src/freenet/node/fcp/ClientHelloMessage.java  2007-04-14 
14:04:36 UTC (rev 12684)
@@ -41,7 +41,7 @@

        public void run(FCPConnectionHandler handler, Node node) {
                // We know the Hello is valid.
-               FCPMessage msg = new NodeHelloMessage(node);
+               FCPMessage msg = new NodeHelloMessage(node, handler);
                handler.outputHandler.queue(msg);
                handler.setClientName(clientName);
        }


Reply via email to