Author: toad
Date: 2007-04-20 15:18:28 +0000 (Fri, 20 Apr 2007)
New Revision: 12811

Modified:
   trunk/freenet/src/freenet/io/comm/DMT.java
Log:
doh - creating message with wrong type

Modified: trunk/freenet/src/freenet/io/comm/DMT.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/DMT.java  2007-04-20 15:09:27 UTC (rev 
12810)
+++ trunk/freenet/src/freenet/io/comm/DMT.java  2007-04-20 15:18:28 UTC (rev 
12811)
@@ -724,7 +724,7 @@
        }};

        public static Message createFNPProbeTrace(long uid, double target, 
double nearest, double best, short htl, short counter, double myLoc, long 
swapIdentifier, double[] peerLocs, long[] peerUIDs) {
-               Message msg = new Message(FNPProbeRequest);
+               Message msg = new Message(FNPProbeTrace);
                msg.set(UID, uid);
                msg.set(TARGET_LOCATION, target);
                msg.set(NEAREST_LOCATION, nearest);


Reply via email to