Author: toad
Date: 2007-10-26 17:00:41 +0000 (Fri, 26 Oct 2007)
New Revision: 15586

Modified:
   trunk/freenet/src/freenet/node/NodeCryptoConfig.java
Log:
set started flag

Modified: trunk/freenet/src/freenet/node/NodeCryptoConfig.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeCryptoConfig.java        2007-10-26 
16:54:48 UTC (rev 15585)
+++ trunk/freenet/src/freenet/node/NodeCryptoConfig.java        2007-10-26 
17:00:41 UTC (rev 15586)
@@ -172,6 +172,7 @@
        
        synchronized void stopping(NodeCrypto crypto2) {
                crypto = null;
+               started = false;
        }
        
        public synchronized int getPort() {

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

Reply via email to