aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorOren Hurvitz2014-04-17 09:37:01 +0300
committerOren Hurvitz2014-04-20 06:23:37 +0100
commit52f866916935429829b25e250f8bd9bb9376a6d4 (patch)
tree7738a31fed1d49c9c1f282e3f57e4500e92d9ea9 /OpenSim
parentFixed: when any avatar changed his Active Group, it was set as the active gro... (diff)
downloadopensim-SC_OLD-52f866916935429829b25e250f8bd9bb9376a6d4.zip
opensim-SC_OLD-52f866916935429829b25e250f8bd9bb9376a6d4.tar.gz
opensim-SC_OLD-52f866916935429829b25e250f8bd9bb9376a6d4.tar.bz2
opensim-SC_OLD-52f866916935429829b25e250f8bd9bb9376a6d4.tar.xz
Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't actually used.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs1
-rw-r--r--OpenSim/Services/UserAccountService/UserAccountService.cs1
2 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
index 7067a62..e011232 100644
--- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
+++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
@@ -2238,7 +2238,6 @@ namespace OpenSim.ApplicationPlugins.RemoteController
2238 { 2238 {
2239 account.ServiceURLs = new Dictionary<string, object>(); 2239 account.ServiceURLs = new Dictionary<string, object>();
2240 account.ServiceURLs["HomeURI"] = string.Empty; 2240 account.ServiceURLs["HomeURI"] = string.Empty;
2241 account.ServiceURLs["GatekeeperURI"] = string.Empty;
2242 account.ServiceURLs["InventoryServerURI"] = string.Empty; 2241 account.ServiceURLs["InventoryServerURI"] = string.Empty;
2243 account.ServiceURLs["AssetServerURI"] = string.Empty; 2242 account.ServiceURLs["AssetServerURI"] = string.Empty;
2244 } 2243 }
diff --git a/OpenSim/Services/UserAccountService/UserAccountService.cs b/OpenSim/Services/UserAccountService/UserAccountService.cs
index 40d8095..ec6118b 100644
--- a/OpenSim/Services/UserAccountService/UserAccountService.cs
+++ b/OpenSim/Services/UserAccountService/UserAccountService.cs
@@ -480,7 +480,6 @@ namespace OpenSim.Services.UserAccountService
480 { 480 {
481 account.ServiceURLs = new Dictionary<string, object>(); 481 account.ServiceURLs = new Dictionary<string, object>();
482 account.ServiceURLs["HomeURI"] = string.Empty; 482 account.ServiceURLs["HomeURI"] = string.Empty;
483 account.ServiceURLs["GatekeeperURI"] = string.Empty;
484 account.ServiceURLs["InventoryServerURI"] = string.Empty; 483 account.ServiceURLs["InventoryServerURI"] = string.Empty;
485 account.ServiceURLs["AssetServerURI"] = string.Empty; 484 account.ServiceURLs["AssetServerURI"] = string.Empty;
486 } 485 }