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

Modified Files:
        ResponseTimeEstimator.java 
Log Message:
Fix an NPE in the Peer html stuff
Ensure that ResponseTimeEstimators always have a recent, not positive this fix is 
right, so toad, please read it and check me.
Bump version so we have a consistent build number before and after these bugs

Index: ResponseTimeEstimator.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/rt/ResponseTimeEstimator.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -w -r1.18 -r1.19
--- ResponseTimeEstimator.java  30 Oct 2003 03:18:52 -0000      1.18
+++ ResponseTimeEstimator.java  30 Oct 2003 04:29:38 -0000      1.19
@@ -184,6 +184,7 @@
            else
                val += valStep;
        }
+        recent = new RecentReports();
     }
     
     public ResponseTimeEstimator(int accuracy) {

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

Reply via email to