diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index 53e92ae..4a56048 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |||
@@ -474,10 +474,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
474 | 474 | ||
475 | clientCircuits_reverse.Remove(circuitcode); | 475 | clientCircuits_reverse.Remove(circuitcode); |
476 | 476 | ||
477 | lock(clientCircuits) { | 477 | lock (clientCircuits) { |
478 | clientCircuits.Remove(sendto); | 478 | clientCircuits.Remove(sendto); |
479 | } | 479 | } |
480 | lock(proxyCircuits) { | 480 | lock (proxyCircuits) { |
481 | proxyCircuits.Remove(circuitcode); | 481 | proxyCircuits.Remove(circuitcode); |
482 | } | 482 | } |
483 | } | 483 | } |
@@ -523,4 +523,4 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
523 | PacketServer.AddNewClient(userEP, useCircuit, m_assetCache, m_authenticateSessionsClass, proxyEP); | 523 | PacketServer.AddNewClient(userEP, useCircuit, m_assetCache, m_authenticateSessionsClass, proxyEP); |
524 | } | 524 | } |
525 | } | 525 | } |
526 | } \ No newline at end of file | 526 | } |