diff options
author | Diva Canto | 2009-09-24 05:48:35 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-24 05:48:35 -0700 |
commit | 2824bbc47b30ab6fb9a12bce3201bb5b79b20bd5 (patch) | |
tree | 419c12ca39f699517fa455339c857d831b3d206c /OpenSim/Services/Connectors/Grid | |
parent | * Send Updated Information Packet to Clients after updating estate settings. (diff) | |
download | opensim-SC_OLD-2824bbc47b30ab6fb9a12bce3201bb5b79b20bd5.zip opensim-SC_OLD-2824bbc47b30ab6fb9a12bce3201bb5b79b20bd5.tar.gz opensim-SC_OLD-2824bbc47b30ab6fb9a12bce3201bb5b79b20bd5.tar.bz2 opensim-SC_OLD-2824bbc47b30ab6fb9a12bce3201bb5b79b20bd5.tar.xz |
Changed name of the hyperlink XMLRPC method to linkk-region, so that it doesn't conflict with the existing one.
Diffstat (limited to 'OpenSim/Services/Connectors/Grid')
-rw-r--r-- | OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs b/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs index 616c2c1..b5e8743 100644 --- a/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs +++ b/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs | |||
@@ -66,7 +66,7 @@ namespace OpenSim.Services.Connectors.Grid | |||
66 | IList paramList = new ArrayList(); | 66 | IList paramList = new ArrayList(); |
67 | paramList.Add(hash); | 67 | paramList.Add(hash); |
68 | 68 | ||
69 | XmlRpcRequest request = new XmlRpcRequest("link_region", paramList); | 69 | XmlRpcRequest request = new XmlRpcRequest("linkk_region", paramList); |
70 | string uri = "http://" + info.ExternalEndPoint.Address + ":" + info.HttpPort + "/"; | 70 | string uri = "http://" + info.ExternalEndPoint.Address + ":" + info.HttpPort + "/"; |
71 | m_log.Debug("[HGrid]: Linking to " + uri); | 71 | m_log.Debug("[HGrid]: Linking to " + uri); |
72 | XmlRpcResponse response = request.Send(uri, 10000); | 72 | XmlRpcResponse response = request.Send(uri, 10000); |