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

Modified Files:
        Storables.java 
Log Message:
Hrrm + Better logging

Index: Storables.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Storables.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Storables.java      8 Oct 2003 22:48:38 -0000       1.7
+++ Storables.java      8 Oct 2003 23:31:17 -0000       1.8
@@ -169,11 +169,10 @@
         if (fs == null) return null;
         String[] ypqg = new String[4];
         for (int i = 0 ; i < 4 ; i++) {
-            String n = fs.get(ypqgS[i]);
-            if (n == null)
+                       ypqg[i] = fs.get(ypqgS[i]);
+            if (ypqg[i] == null)
                 return null;
         }
-
         return new DSAPublicKey(new DSAGroup(ypqg[1], ypqg[2],
                                              ypqg[3]), ypqg[0]);
     }

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

Reply via email to