mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Fixed a bug with link-region.
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OpenSim.Services.Connectors.Grid
|
||||
IList paramList = new ArrayList();
|
||||
paramList.Add(hash);
|
||||
|
||||
XmlRpcRequest request = new XmlRpcRequest("linkk_region", paramList);
|
||||
XmlRpcRequest request = new XmlRpcRequest("link_region", paramList);
|
||||
string uri = "http://" + info.ExternalEndPoint.Address + ":" + info.HttpPort + "/";
|
||||
m_log.Debug("[HGrid]: Linking to " + uri);
|
||||
XmlRpcResponse response = request.Send(uri, 10000);
|
||||
@@ -82,6 +82,7 @@ namespace OpenSim.Services.Connectors.Grid
|
||||
try
|
||||
{
|
||||
UUID.TryParse((string)hash["uuid"], out uuid);
|
||||
m_log.Debug(">> HERE, uuid: " + uuid);
|
||||
info.RegionID = uuid;
|
||||
if ((string)hash["handle"] != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user