aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
index 667acf9..5f35782 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
@@ -46,6 +46,7 @@ using OpenMetaverse;
46using Mono.Addins; 46using Mono.Addins;
47using TokenBucket = OpenSim.Region.ClientStack.LindenUDP.TokenBucket; 47using TokenBucket = OpenSim.Region.ClientStack.LindenUDP.TokenBucket;
48 48
49
49namespace OpenSim.Region.ClientStack.LindenUDP 50namespace OpenSim.Region.ClientStack.LindenUDP
50{ 51{
51 /// <summary> 52 /// <summary>
@@ -1697,8 +1698,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1697 m_pendingCache.Remove(endPoint); 1698 m_pendingCache.Remove(endPoint);
1698 } 1699 }
1699 1700
1700 m_log.DebugFormat("[LLUDPSERVER]: Client created, processing pending queue, {0} entries", queue.Count); 1701 client.CheckViewerCaps();
1701 1702
1703 m_log.DebugFormat("[LLUDPSERVER]: Client created, processing pending queue, {0} entries", queue.Count);
1702 // Reinject queued packets 1704 // Reinject queued packets
1703 while (queue.Count > 0) 1705 while (queue.Count > 0)
1704 { 1706 {