Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't actually used.
parent
853c0fccc8
commit
52f8669169
|
@ -2238,7 +2238,6 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||||
{
|
{
|
||||||
account.ServiceURLs = new Dictionary<string, object>();
|
account.ServiceURLs = new Dictionary<string, object>();
|
||||||
account.ServiceURLs["HomeURI"] = string.Empty;
|
account.ServiceURLs["HomeURI"] = string.Empty;
|
||||||
account.ServiceURLs["GatekeeperURI"] = string.Empty;
|
|
||||||
account.ServiceURLs["InventoryServerURI"] = string.Empty;
|
account.ServiceURLs["InventoryServerURI"] = string.Empty;
|
||||||
account.ServiceURLs["AssetServerURI"] = string.Empty;
|
account.ServiceURLs["AssetServerURI"] = string.Empty;
|
||||||
}
|
}
|
||||||
|
|
|
@ -480,7 +480,6 @@ namespace OpenSim.Services.UserAccountService
|
||||||
{
|
{
|
||||||
account.ServiceURLs = new Dictionary<string, object>();
|
account.ServiceURLs = new Dictionary<string, object>();
|
||||||
account.ServiceURLs["HomeURI"] = string.Empty;
|
account.ServiceURLs["HomeURI"] = string.Empty;
|
||||||
account.ServiceURLs["GatekeeperURI"] = string.Empty;
|
|
||||||
account.ServiceURLs["InventoryServerURI"] = string.Empty;
|
account.ServiceURLs["InventoryServerURI"] = string.Empty;
|
||||||
account.ServiceURLs["AssetServerURI"] = string.Empty;
|
account.ServiceURLs["AssetServerURI"] = string.Empty;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue