Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't actually used.

0.8.0.3
Oren Hurvitz 2014-04-17 09:37:01 +03:00
parent 853c0fccc8
commit 52f8669169
2 changed files with 0 additions and 2 deletions

View File

@ -2238,7 +2238,6 @@ namespace OpenSim.ApplicationPlugins.RemoteController
{
account.ServiceURLs = new Dictionary<string, object>();
account.ServiceURLs["HomeURI"] = string.Empty;
account.ServiceURLs["GatekeeperURI"] = string.Empty;
account.ServiceURLs["InventoryServerURI"] = string.Empty;
account.ServiceURLs["AssetServerURI"] = string.Empty;
}

View File

@ -480,7 +480,6 @@ namespace OpenSim.Services.UserAccountService
{
account.ServiceURLs = new Dictionary<string, object>();
account.ServiceURLs["HomeURI"] = string.Empty;
account.ServiceURLs["GatekeeperURI"] = string.Empty;
account.ServiceURLs["InventoryServerURI"] = string.Empty;
account.ServiceURLs["AssetServerURI"] = string.Empty;
}