Author: j16sdiz
Date: 2008-12-05 06:55:08 +0000 (Fri, 05 Dec 2008)
New Revision: 24060

Modified:
   trunk/freenet/src/freenet/node/PeerNode.java
Log:
doh!

Modified: trunk/freenet/src/freenet/node/PeerNode.java
===================================================================
--- trunk/freenet/src/freenet/node/PeerNode.java        2008-12-05 06:49:15 UTC 
(rev 24059)
+++ trunk/freenet/src/freenet/node/PeerNode.java        2008-12-05 06:55:08 UTC 
(rev 24060)
@@ -714,7 +714,7 @@
 
                        // FIXME remove this after 1189
                        // temp hack to fix bad pubURI (see bug 2761)
-                       if (onStartup)
+                       if (onStartup && arkPubKey != null)
                        while (arkPubKey.matches(".*-\\d+$")) {
                                arkPubKey = arkPubKey.replaceAll("-\\d+$", "");
                        }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to