aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Caps.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-12-01 23:13:24 +0000
committerUbitUmarov2018-12-01 23:13:24 +0000
commit4ced4fed33c35599502c67a060139475fadafdb6 (patch)
treebc64d0439e461af4a264132daf7001e3c9f04c29 /OpenSim/Capabilities/Caps.cs
parentclean a bit (diff)
downloadopensim-SC-4ced4fed33c35599502c67a060139475fadafdb6.zip
opensim-SC-4ced4fed33c35599502c67a060139475fadafdb6.tar.gz
opensim-SC-4ced4fed33c35599502c67a060139475fadafdb6.tar.bz2
opensim-SC-4ced4fed33c35599502c67a060139475fadafdb6.tar.xz
replace GetMeshModule and GetTextureModule
Diffstat (limited to 'OpenSim/Capabilities/Caps.cs')
-rw-r--r--OpenSim/Capabilities/Caps.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Capabilities/Caps.cs b/OpenSim/Capabilities/Caps.cs
index 7492602..82ecd55 100644
--- a/OpenSim/Capabilities/Caps.cs
+++ b/OpenSim/Capabilities/Caps.cs
@@ -207,6 +207,7 @@ namespace OpenSim.Framework.Capabilities
207 { 207 {
208 m_httpListener.RemovePollServiceHTTPHandler("", handler.Url); 208 m_httpListener.RemovePollServiceHTTPHandler("", handler.Url);
209 } 209 }
210 m_pollServiceHandlers.Clear();
210 } 211 }
211 212
212 public bool TryGetPollHandler(string name, out PollServiceEventArgs pollHandler) 213 public bool TryGetPollHandler(string name, out PollServiceEventArgs pollHandler)