r26654 - trunk/freenet/src/freenet/io/comm

[email protected]
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
Author: j16sdiz
Date: 2009-04-08 15:09:21 +0000 (Wed, 08 Apr 2009)
New Revision: 26654

Modified:
   trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java
Log:
Close Earlier

Modified: trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java	2009-04-08 14:51:17 UTC (rev 26653)
+++ trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java	2009-04-08 15:09:21 UTC (rev 26654)
@@ -299,6 +299,7 @@
 
     public void close() {
     	Logger.normal(this, "Closing.", new Exception("error"));
+		_sock.close();
 		synchronized (this) {
 			_active = false;
 			if(!_started) return;
@@ -310,7 +311,6 @@
 				}
 			}
 		}
-		_sock.close();
 		tracker.storeData(node.bootID, node.getNodeDir(), listenPort);
 	}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.