Author: toad
Date: 2006-07-26 18:12:59 +0000 (Wed, 26 Jul 2006)
New Revision: 9779

Modified:
   trunk/freenet/src/freenet/node/NodeStarter.java
Log:
maybe fix zothar's problem???

Modified: trunk/freenet/src/freenet/node/NodeStarter.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStarter.java     2006-07-26 17:54:55 UTC 
(rev 9778)
+++ trunk/freenet/src/freenet/node/NodeStarter.java     2006-07-26 18:12:59 UTC 
(rev 9779)
@@ -139,6 +139,7 @@
                // Not daemon, but doesn't do anything.
                // Keeps the JVM alive.
                // DO NOT do anything in the plug thread, if you do you risk 
the EvilJVMBug.
+               plug.setDaemon(false);
                plug.start();

        WrapperManager.signalStarting(500000);


Reply via email to