aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/GridService/HypergridLinker.cs
diff options
context:
space:
mode:
authoronefang2019-07-25 20:19:51 +1000
committeronefang2019-07-25 20:19:51 +1000
commit77737c81234c98d72bffaa6ddca374504f971b12 (patch)
tree891fdce5b5d4af8cf04d4bba320c00a73ca5ae60 /OpenSim/Services/GridService/HypergridLinker.cs
parentOpenSim dev typo-- (diff)
downloadopensim-SC_OLD-77737c81234c98d72bffaa6ddca374504f971b12.zip
opensim-SC_OLD-77737c81234c98d72bffaa6ddca374504f971b12.tar.gz
opensim-SC_OLD-77737c81234c98d72bffaa6ddca374504f971b12.tar.bz2
opensim-SC_OLD-77737c81234c98d72bffaa6ddca374504f971b12.tar.xz
Gatekeeper -> GatekeeperURI
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s.
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/GridService/HypergridLinker.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/GridService/HypergridLinker.cs b/OpenSim/Services/GridService/HypergridLinker.cs
index 4887232..7c384d5 100644
--- a/OpenSim/Services/GridService/HypergridLinker.cs
+++ b/OpenSim/Services/GridService/HypergridLinker.cs
@@ -125,7 +125,7 @@ namespace OpenSim.Services.GridService
125 m_ThisGatekeeper = Util.GetConfigVarFromSections<string>(config, "GatekeeperURI", 125 m_ThisGatekeeper = Util.GetConfigVarFromSections<string>(config, "GatekeeperURI",
126 new string[] { "Startup", "Hypergrid", "GridService" }, String.Empty); 126 new string[] { "Startup", "Hypergrid", "GridService" }, String.Empty);
127 // Legacy. Remove soon! 127 // Legacy. Remove soon!
128 m_ThisGatekeeper = gridConfig.GetString("Gatekeeper", m_ThisGatekeeper); 128//// m_ThisGatekeeper = gridConfig.GetString("Gatekeeper", m_ThisGatekeeper);
129 try 129 try
130 { 130 {
131 m_ThisGatekeeperURI = new Uri(m_ThisGatekeeper); 131 m_ThisGatekeeperURI = new Uri(m_ThisGatekeeper);