Update of /cvsroot/freenet/freenet/src/freenet/node
In directory sc8-pr-cvs1:/tmp/cvs-serv19494/src/freenet/node

Modified Files:
      Tag: stable
        Main.java 
Log Message:
5033: Fix handling of the new seednodes format.

Index: Main.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/Main.java,v
retrieving revision 1.102.2.30.2.33
retrieving revision 1.102.2.30.2.34
diff -u -w -r1.102.2.30.2.33 -r1.102.2.30.2.34
--- Main.java   11 Nov 2003 02:46:52 -0000      1.102.2.30.2.33
+++ Main.java   14 Nov 2003 16:30:39 -0000      1.102.2.30.2.34
@@ -2285,6 +2285,11 @@
                         FieldSet fs = new FieldSet();
                         if (null == fs.parseFields(rin))
                             throw new EOFException();
+                                               FieldSet estimator = null;
+                                               // Is there an estimator fieldset? 
Remove it
+                                               estimator = fs.getSet("Estimator");
+                                               if(estimator != null)
+                                                       fs.remove("Estimator");
                         NodeReference ref;
                         try {
                                ref = new NodeReference(fs);

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to