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

Modified Files:
        Checkpoint.java 
Log Message:
Work around problem with ThrottleAsyncEntropyYarrow/Yarrow initialization order.
Made randSource in Core private and started exposing it though a getter instead of 
directly.

Index: Checkpoint.java
===================================================================
RCS file: 
/cvsroot/freenet/freenet/src/freenet/node/states/maintenance/Checkpoint.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -r1.7 -r1.8
--- Checkpoint.java     27 Oct 2003 12:10:37 -0000      1.7
+++ Checkpoint.java     27 Oct 2003 14:45:18 -0000      1.8
@@ -17,7 +17,7 @@
     
 
     public Checkpoint(Checkpointed target) {
-        super(Core.randSource.nextLong());
+        super(Core.getRandSource().nextLong());
         this.target = target;
     }
 

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

Reply via email to