Fix loading modules with alternate configurations and ports into ROBUST.

Make all current modules support the configuration name option
This commit is contained in:
Melanie
2009-09-29 09:44:12 +01:00
parent 6653a30487
commit 1096103d66
14 changed files with 75 additions and 55 deletions

View File

@@ -54,7 +54,7 @@ namespace OpenSim.Server.Handlers.Grid
private IHyperlinkService m_HyperlinkService;
public HypergridServiceInConnector(IConfigSource config, IHttpServer server, IHyperlinkService hyperService) :
base(config, server)
base(config, server, String.Empty)
{
m_HyperlinkService = hyperService;
server.AddXmlRPCHandler("link_region", LinkRegionRequest, false);