diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Communications')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs b/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs index 4daaab4..7a0bb9b 100644 --- a/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs +++ b/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs | |||
@@ -121,7 +121,7 @@ namespace OpenSim.Region.Environment.Modules.Communications.REST | |||
121 | 121 | ||
122 | protected virtual void AddHTTPHandlers() | 122 | protected virtual void AddHTTPHandlers() |
123 | { | 123 | { |
124 | m_aScene.AddHTTPHandler("/agent/", AgentHandler); | 124 | m_aScene.CommsManager.HttpServer.AddHTTPHandler("/agent/", AgentHandler); |
125 | } | 125 | } |
126 | 126 | ||
127 | #endregion /* IRegionModule */ | 127 | #endregion /* IRegionModule */ |