diff options
author | Jeff Ames | 2008-06-06 01:19:15 +0000 |
---|---|---|
committer | Jeff Ames | 2008-06-06 01:19:15 +0000 |
commit | fbd37c420fff59968b31dfa8b4f25b23ca72d466 (patch) | |
tree | 224d4b72f92ef7f6187cd728d9fad2c58fafc098 /OpenSim/Region/ClientStack | |
parent | Mantis#1333. Thank you kindly, Mikem for a patch to (diff) | |
download | opensim-SC_OLD-fbd37c420fff59968b31dfa8b4f25b23ca72d466.zip opensim-SC_OLD-fbd37c420fff59968b31dfa8b4f25b23ca72d466.tar.gz opensim-SC_OLD-fbd37c420fff59968b31dfa8b4f25b23ca72d466.tar.bz2 opensim-SC_OLD-fbd37c420fff59968b31dfa8b4f25b23ca72d466.tar.xz |
Minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-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 | } |