diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 3a9c17e..c953228 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -7661,7 +7661,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
7661 | /// <param name="iface"></param> | 7661 | /// <param name="iface"></param> |
7662 | protected void RegisterInterface<T>(T iface) | 7662 | protected void RegisterInterface<T>(T iface) |
7663 | { | 7663 | { |
7664 | lock(m_clientInterfaces) | 7664 | lock (m_clientInterfaces) |
7665 | { | 7665 | { |
7666 | m_clientInterfaces.Add(typeof(T), iface); | 7666 | m_clientInterfaces.Add(typeof(T), iface); |
7667 | } | 7667 | } |
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs index bb2d270..194d1b4 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs | |||
@@ -259,7 +259,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
259 | public void WipeClean() | 259 | public void WipeClean() |
260 | { | 260 | { |
261 | m_log.Info("[PACKETQUEUE] Wiping Packet Queues Clean"); | 261 | m_log.Info("[PACKETQUEUE] Wiping Packet Queues Clean"); |
262 | lock(this) | 262 | lock (this) |
263 | { | 263 | { |
264 | ResendOutgoingPacketQueue.Clear(); | 264 | ResendOutgoingPacketQueue.Clear(); |
265 | LandOutgoingPacketQueue.Clear(); | 265 | LandOutgoingPacketQueue.Clear(); |