diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs index dd87671..d4dbfb9 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | |||
@@ -333,7 +333,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
333 | protocol = "https"; | 333 | protocol = "https"; |
334 | } | 334 | } |
335 | caps.RegisterHandler("GetTexture", String.Format("{0}://{1}:{2}{3}", protocol, hostName, port, capUrl)); | 335 | caps.RegisterHandler("GetTexture", String.Format("{0}://{1}:{2}{3}", protocol, hostName, port, capUrl)); |
336 | m_pollservices.Add(agentID, args); | 336 | m_pollservices[agentID] = args; |
337 | m_capsDict[agentID] = capUrl; | 337 | m_capsDict[agentID] = capUrl; |
338 | } | 338 | } |
339 | 339 | ||