diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 54822d0..ad7d06f 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -274,7 +274,7 @@ namespace OpenSim | |||
274 | m_commsManager | 274 | m_commsManager |
275 | = new CommunicationsLocal( | 275 | = new CommunicationsLocal( |
276 | m_networkServersInfo, m_httpServer, m_assetCache, userService, userService, | 276 | m_networkServersInfo, m_httpServer, m_assetCache, userService, userService, |
277 | inventoryService, backendService, backendService, userService, | 277 | inventoryService, backendService, userService, |
278 | libraryRootFolder, m_configSettings.DumpAssetsToFile); | 278 | libraryRootFolder, m_configSettings.DumpAssetsToFile); |
279 | 279 | ||
280 | // set up XMLRPC handler for client's initial login request message | 280 | // set up XMLRPC handler for client's initial login request message |