diff options
author | Justin Clarke Casey | 2008-07-29 17:39:15 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-29 17:39:15 +0000 |
commit | e595959d97f35bf866801fff8b9ceb1ed35b3825 (patch) | |
tree | 5242eebee228c922d0a4624c212e19039ef54ccb /OpenSim/Region/Application/OpenSimBase.cs | |
parent | adding copyright notice and help option to matrix.py. (diff) | |
download | opensim-SC_OLD-e595959d97f35bf866801fff8b9ceb1ed35b3825.zip opensim-SC_OLD-e595959d97f35bf866801fff8b9ceb1ed35b3825.tar.gz opensim-SC_OLD-e595959d97f35bf866801fff8b9ceb1ed35b3825.tar.bz2 opensim-SC_OLD-e595959d97f35bf866801fff8b9ceb1ed35b3825.tar.xz |
* refactor: move create user console command parsing down to OpenSim.cs from CommunicationsManager
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index a9351d3..8de7c58 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -393,8 +393,6 @@ namespace OpenSim | |||
393 | m_gridInfoService = new GridInfoService(); | 393 | m_gridInfoService = new GridInfoService(); |
394 | m_httpServer.AddXmlRPCHandler("get_grid_info", m_gridInfoService.XmlRpcGridInfoMethod); | 394 | m_httpServer.AddXmlRPCHandler("get_grid_info", m_gridInfoService.XmlRpcGridInfoMethod); |
395 | m_httpServer.AddStreamHandler(new RestStreamHandler("GET", "/get_grid_info", m_gridInfoService.RestGetGridInfoMethod)); | 395 | m_httpServer.AddStreamHandler(new RestStreamHandler("GET", "/get_grid_info", m_gridInfoService.RestGetGridInfoMethod)); |
396 | |||
397 | CreateAccount = localComms.doCreate; | ||
398 | } | 396 | } |
399 | else | 397 | else |
400 | { | 398 | { |