aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
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/Services
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/Services')
-rw-r--r--OpenSim/Services/UserAccountService/UserAccountService.cs1
1 files changed, 0 insertions, 1 deletions
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 }