Author: toad
Date: 2008-04-28 16:40:45 +0000 (Mon, 28 Apr 2008)
New Revision: 19593

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
Synchronization

Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java    2008-04-28 16:39:38 UTC (rev 
19592)
+++ trunk/freenet/src/freenet/node/Node.java    2008-04-28 16:40:45 UTC (rev 
19593)
@@ -928,7 +928,7 @@
                                                return inputBandwidthLimit;
                                        }
                                        public void set(int ibwLimit) throws 
InvalidConfigValueException {
-                                               synchronized(this) {
+                                               synchronized(Node.this) {
                                                        inputBandwidthLimit = 
ibwLimit;
                                                        if(ibwLimit == -1) {
                                                                
inputLimitDefault = true;


Reply via email to