Author: robert
Date: 2008-02-18 20:19:30 +0000 (Mon, 18 Feb 2008)
New Revision: 18050
Modified:
trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java
Log:
synchronization
Modified: trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java 2008-02-18
19:53:03 UTC (rev 18049)
+++ trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java 2008-02-18
20:19:30 UTC (rev 18050)
@@ -315,7 +315,7 @@
if(_isDone) {
boolean active;
// Gone now, so we can safely
synchronize.
- synchronized(this) {
+ synchronized(UdpSocketHandler.this) {
active = _active;
}
if(active) {