Changed name of the hyperlink XMLRPC method to linkk-region, so that it doesn't conflict with the existing one.

This commit is contained in:
Diva Canto
2009-09-24 05:48:35 -07:00
parent ca69fac13e
commit 2824bbc47b
3 changed files with 5 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ namespace OpenSim.Server.Handlers.Grid
public HypergridServiceInConnector(IConfigSource config, IHttpServer server) :
base(config, server)
{
server.AddXmlRPCHandler("link_region", LinkRegionRequest, false);
server.AddXmlRPCHandler("linkk_region", LinkRegionRequest, false);
}
/// <summary>