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

Modified Files:
        DSAIdentity.java 
Log Message:
Minor fix for Edward's stuff... (can't make hash code twice...)

Index: DSAIdentity.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/DSAIdentity.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DSAIdentity.java    24 Sep 2003 01:21:32 -0000      1.3
+++ DSAIdentity.java    24 Sep 2003 03:54:38 -0000      1.4
@@ -61,7 +61,6 @@
      */
     public DSAIdentity(FieldSet fs) throws NumberFormatException {
         this(getGroup(fs), getYasHexString(fs));
-               hashed = makeHashCode();
     }
     
        

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

Reply via email to